import type * as Types from './types';
export * from './types';
export declare function parseJSON<T extends Types.JsonObject | Types.JsonArray>(text: string): T;
