declare function stringifyQueryObject(queryParameters: Record<string, unknown>): string;

export { stringifyQueryObject };
