export declare function bundledPromptPath(...parts: string[]): string; export declare function hasBundledPrompt(...parts: string[]): boolean; export declare function readBundledPrompt(...parts: string[]): string;