export declare const encodeParametersInUrl: (url: string, queryParameters: {
    [key: string]: string;
}) => string;
