export declare function validateParamsLength(funcName: string, params: any[], min: number, max: number): void;