import { ValidationMethodObjectInterface } from '../resolvers/agile';
export declare function isRequired(errorMessage?: string): ValidationMethodObjectInterface;
