import type { BLWithBQ } from './index'; export declare function addQueryStringValueToPath(path: string, key: string, value: string): string; export declare function stripQueryStringValueFromPath(path: string, key?: string): string; export declare function getQueryStringValueFromPath(path: string, key: string): string; export declare function parsePath(path: string): BLWithBQ; export declare function createPath(location: BLWithBQ | string): string;