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