// Auto-generated stub — replace with real implementation import type { Attachment } from '../../utils/attachments.js' import type { Message } from '../../types/message.js' import type { ToolUseContext } from '../../Tool.js' export const startSkillDiscoveryPrefetch: ( input: string | null, messages: Message[], toolUseContext: ToolUseContext, ) => Promise = (async () => []); export const collectSkillDiscoveryPrefetch: ( pending: Promise, ) => Promise = (async (pending) => pending); export const getTurnZeroSkillDiscovery: ( input: string, messages: Message[], context: ToolUseContext, ) => Promise = (async () => null);