export declare function isRequired(val: string): boolean; export declare const builtinCustomValidators: { isRequired: typeof isRequired; };