import type { AnyFunction } from '../types/common.types'; import type { IConfigTemplate } from '../types/config.types'; import type { IAnswersBase } from '../types/types'; export declare const createFile: (filePath: string, content: string, allAnswers: IAnswersBase, templateConfig: IConfigTemplate, onComplete?: AnyFunction) => void;