export interface Prompt { name: string; content: string; description: string; } export declare function parsePromptsFile(promptsFilePath: string): Promise; export declare function getProjectPrompts(cwd: string): Promise; export declare function getPrompt(cwd: string, promptName: string): Promise; //# sourceMappingURL=prompt-parser.d.ts.map