export declare const globalChildPackageFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; export declare const globalMainPackageFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; export declare const customMainPackageFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; }; export declare const customChildPackageFile: { folderPath: string; fileName: string; coverFile: boolean; fileContent: string; };