export declare function assert(condition: any, msg?: string): asserts condition;
export declare function assertUnreachable(_x: never): never;
//# sourceMappingURL=error.d.ts.map