export declare function assert(condition: boolean, errorMsg: string): void; export declare const invariant: typeof assert; export declare const preCondition: typeof assert; export declare const postCondition: typeof assert;