export declare function assertQueryParams(requiredParams: string[], query: Record<string, any>): void;
