import { Control } from '../../Control';
import { Mock } from '../../mocks';
export declare function toBeExhausted(control: Control<Mock<any, any>>): void;
