export declare function assert(condition: any, msg?: string): asserts condition; export default assert;