export declare const getPackageJson: (rootDir: string) => Promise>; export declare const getBlock: (rootDir: string, blockName: string) => Promise; export declare const removeBlock: (rootDir: string, blockName: string) => Promise; //# sourceMappingURL=PackageJsonUtils.d.ts.map