export declare const stringify: (object: Record<string, string | number | boolean>) => string;
export declare const appendAsQueryString: (url: string, query: Record<string, string | number | boolean>) => string;
