export declare function checkAndReturnTemplateFile(): string;
export declare function checkTemplateFile(templateFile: string): string;
export declare function printn(n: number, str?: string): string;
export declare function getLang(): Promise<any>;
export declare function replaceFun(str: any, obj: any): any;
export declare function getTemplatekey(str: any): any;
export declare function replaceTemplate(files: Array<string>, content: {
    [key: string]: string;
}): void;
export declare function mark(source: string): string;
declare const _default: {
    checkAndReturnTemplateFile: typeof checkAndReturnTemplateFile;
    checkTemplateFile: typeof checkTemplateFile;
    printn: typeof printn;
    mark: typeof mark;
    getLang: typeof getLang;
    replaceTemplate: typeof replaceTemplate;
    replaceFun: typeof replaceFun;
    getTemplatekey: typeof getTemplatekey;
};
export default _default;
