import { TemplateModel } from '../models/template.model.js';
export declare function promptVariables(templates: TemplateModel[]): Promise<Map<string, string>>;
