/** * Create prompts directory and prompt file * @param projectRoot - Project root directory * @param promptsPath - Path for prompts directory (relative to project root) */ export declare function createPrompt(projectRoot: string, promptsPath: string): void;