import { Control } from '../Control';
export declare function toThrow(control: Control<() => void>, expected: any): void;
