export type Json = string | number | boolean | null | Json[] | { [k: string]: Json; }; //# sourceMappingURL=Json.d.ts.map