export default function assert(condition: unknown, msg?: string | Error): asserts condition;
//# sourceMappingURL=assert.d.ts.map