import { ReusableValidator } from '../../@common/types';
export declare const isTrue: ReusableValidator<boolean>;
