export declare function parse(text: string, DUPLICATE_TOKEN?: string): any;
export declare function stringify(obj: any, pretty: boolean, DUPLICATE_TOKEN?: string): string;
export declare const dump: typeof stringify;
