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