export declare class PKGJsonManager { private _pkg?; setPKGJson(pkg: Record): void; readPKGJson(root?: string): Record; getExposeGarfishModuleType(root?: string): string; }