import { parse } from './parse';
import { stringify } from './stringify';
export * from './parse';
export * from './stringify';
declare const _default: {
    parse: typeof parse;
    stringify: typeof stringify;
};
export default _default;
