import { LangError } from "./LangError.js"; export declare class AssertionError extends LangError { message: string; constructor(message: string); } //# sourceMappingURL=AssertionError.d.ts.map