export declare function assert(condition: any, msg: string): asserts condition; export declare function fail(msg: string): never;