export type QueryValue = string | boolean | string[] | number | undefined | null; export declare const createQueryString: (query: Record) => string;