declare const parse: (text: string, reviver?: ((this: any, key: string, value: any) => any) | undefined) => any;
export default parse;
