/** * Reads a bundled prompt template from engine/prompts. * Expects: filename matches a bundled prompt file. */ export declare function agentPromptBundledRead(filename: string): Promise; //# sourceMappingURL=agentPromptBundledRead.d.ts.map