declare function checkRequired(value: any, trim: boolean, emptyAllowed: boolean): boolean;
export default checkRequired;
