export declare function getQueryParams(input: string): {
    errorCode: string | null;
    params: Record<string, string>;
};
//# sourceMappingURL=QueryParams.d.ts.map