import { WazeInfoOptions } from "./types";
export declare const generateParams: (opts: WazeInfoOptions) => string[];
export declare const stringifyQueryParams: (types: string[]) => string;
