import { JSONValueType } from '@jsonhero/json-infer-types';
import { ParsedObject } from './structure';
export declare function parse(object: any): ParsedObject;
export { ParsedObject } from './structure';
export { JSONValueType };
