export declare type Querystring = Record; export declare function stringifyQuery(object: Querystring): string;