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