import { AllowEmptyShouldType } from './AllowEmptyShouldType';
export declare class AllowEmptyShould {
private readonly type;
constructor(type: AllowEmptyShouldType);
static fromBoolean(allow: boolean): AllowEmptyShould;
static asConfigured(): AllowEmptyShould;
isAllowed(): boolean;
}