import { YaoQueryParam } from "yao-app-ts-types"; export declare function URLToQueryParam(values: { [key: string]: string; }): YaoQueryParam.QueryParam;