export declare type QueryType = Record<string, any> | string | null;
export declare function stringifyQuery(obj?: QueryType): string;
