import { Assertion } from '../types';
export declare function throws(f: () => any): Assertion<Error>;
