import { FxError, Result } from "@microsoft/teamsfx-api"; declare class JSONUtils { parseJSON(content: string): Result; readJSONFile(filePath: string): Promise>; readJSONFileSync(filePath: string): Result; } export declare const jsonUtils: JSONUtils; export {}; //# sourceMappingURL=jsonUtils.d.ts.map