import { Control } from '../Control';
export declare function toBeTruthy(control: Control<unknown>): void;
export declare function toBeFalsy(control: Control<unknown>): void;
