import { parse } from './parse'; import { stringify } from './stringify'; /** * The ZON object provides two methods for parsing and stringifying ZON data. */ export declare const ZON: { parse: typeof parse; stringify: typeof stringify; };