import type { Ora } from 'ora';
import { TemplateModel } from '../models/template.model.js';
export declare function processTemplateFile(template: TemplateModel, variables: Map<string, string>, inputPath: string, baseOutputPath: string, relativeOutputPath: string, overwrite: boolean, ora?: Ora): Promise<string>;
