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