/** * Find the local .prompts/ directory at the project root, if it exists. */ export declare function findLocalPromptsDir(startDir?: string): Promise; //# sourceMappingURL=prompt-dir-resolver.d.ts.map