import { StringTranslation } from '../../types'; export declare const parseArrayValues: (val: string | string[]) => string[]; export declare const requiredTranslation: { [key: string]: StringTranslation; }; //# sourceMappingURL=formHelpers.d.ts.map