import { TypePlainObject } from '../types'; export type TypeQueryCache = Map; export declare const queryCache: TypeQueryCache; export declare function getQuery(): TypePlainObject; export declare function getQuery(href: string): TypePlainObject; export declare function getQuery(href: string, name: string): string; export default getQuery;