import * as E from 'fp-ts/Either'; declare type Json = E.Json; export declare const parse: (s: string) => Promise; export declare const parseJsonFile: (path: string) => Promise; export declare const prettyPrint: (j: unknown) => string; export declare const writeJsonFile: (path: string, j: unknown) => Promise; export {}; //# sourceMappingURL=JsonUtils.d.ts.map