import get from './get'; import parse from './parse'; import stringify from './stringify'; export type { Query } from './types'; declare const _default: { get: typeof get; parse: typeof parse; stringify: typeof stringify; }; export default _default;