import type { StrNumObjOption } from '../types';
export declare function validateArray(formElementName: string, options: StrNumObjOption[], labelKey?: string, valueKey?: string): void;
