type QueryParam = Record; export declare const getQueryParams: (url?: string) => QueryParam; export declare const getCurrentQueryParams: () => { [k: string]: string; }; export declare const removeConsentQueryParamsFromHistory: () => void; export {};