export declare const hashUrl: () => URL; export declare const singleParse: (hashParam: string, codec?: (value: string) => T) => T | T[] | undefined; export declare const multiParse: (hashParam: string, codec?: (entry: [string, string]) => [string, T]) => Record;