export default function assertRevert(promise: Promise<any>, invariants?: () => void): Promise<void>;
