declare const getCheckboxValues: (element: HTMLInputElement) => Array; declare const getRadioButtonValues: (element: HTMLInputElement) => string | boolean; declare const invalidateErrors: (data: any, errors: any) => void; declare const fillErrors: (validator: any) => object; export { getCheckboxValues, getRadioButtonValues, invalidateErrors, fillErrors }; //# sourceMappingURL=utils.d.ts.map