export declare class AssertionError extends Error { constructor(message: string); } export declare function assert(expr: unknown, msg?: string): asserts expr; //# sourceMappingURL=assert.d.ts.map