declare const filterOptionsToParam: (options?: object | undefined) => string;
export { filterOptionsToParam };
