import { Assertion } from './types';
export declare function assert(assertion: Assertion<any>): void;
