export declare const getQueryParams: () => import("qs").ParsedQs;
export declare const getQueryParam: (key: string) => string | string[] | import("qs").ParsedQs | import("qs").ParsedQs[];
