export const REQUIRED_ERROR: "This field is required."; export function fieldRequired(value: any): "This field is required." | undefined;