export declare const transformLabelToQueryParam: (label: string) => string;
export declare const updateURLParams1: (paramsObject: Record<string, string | null>) => void;
export declare const updateURLParams: (paramsObject: Record<string, string | null>) => void;
