import { ValidationRuleContract } from "../contracts";
export declare function booleanStr(): ValidationRuleContract;
export declare function booleanInt(): ValidationRuleContract;
export declare function booleanStrict(): ValidationRuleContract;
export declare function boolean(args?: Array<any>): ValidationRuleContract;
