export declare const askIfOverrideFile: (destPath: string, language: string, schematicName: string, schematicType: string) => Promise; export declare const createFile: (destPath: string, language: string, schematicType: string, schematicName: string) => Promise;