export declare class TemplateNotFoundError extends Error { constructor(templateName: string, available: string[]); } export declare class PromptRegistry { private cache; private templatesDir; constructor(templatesDir?: string); get(name: string): string; list(): string[]; clearCache(): void; } //# sourceMappingURL=PromptRegistry.d.ts.map