import type { PackageStructureWithMeta } from '../scripts/InitProject'; export declare function writePackageJson(modulePath: string, updatedPackageJson: PackageStructureWithMeta): Promise; export declare function fileExists(projectJsonPath: string): Promise; //# sourceMappingURL=fs.d.ts.map