import type { PromptContext } from '../types'; /** * Renders a "Project Instructions" section from BABYSITTER.md files * found between the current directory and the git repo root. * Returns empty string if no files are found. */ export declare function renderProjectInstructions(_ctx: PromptContext): string; //# sourceMappingURL=projectInstructions.d.ts.map