export declare const configEmbedFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; export declare const configCustomFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; export declare const configFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; export declare const contentFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; };