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