type Templates = 'layout.txt' | 'middleware.txt' | 'page.css.txt' | 'page.tw.txt' | 'page.module.txt' | 'translator.txt' | 'globals.css.txt' | 'globals.tw.txt';
interface AddTemplateOptions {
    templateName: Templates;
    targetDir: string;
    customFileName: string;
    variables?: Record<string, string>;
}
export declare function addTemplate(options: AddTemplateOptions): Promise<void>;
export {};
//# sourceMappingURL=paste-template.d.ts.map