import { Assertion } from '../test'; export declare function isFalse(assertions: Assertion[], condition: boolean, description?: string): void;