type QueryValue = string | string[]; type QueryValues = Record; export declare function EncodeQuery(values: QueryValues | string): string; export {};