export type PromptVariables = Record; export declare function loadPromptTemplate(templateName: string, variables: PromptVariables): Promise;