import { AnyParams } from "../typeDefs"; export declare const UNCHANGED_PARAM_NAMES: string[]; /** * Creates the query string that will be appended to the endpoint path to perform * the request to the Trello API. * @param queryParamsByName Params name/value object used to build query string. */ export declare function stringifyQueryParams(queryParamsByName: AnyParams): string;