/** * Thrown by stubbed kernel operations until their v0.x implementation lands. * Real Arcana usage at v0.1 will hit this — that's expected; v0.1 is the * scaffold milestone. */ export declare class NotImplementedError extends Error { constructor(message: string); } //# sourceMappingURL=errors.d.ts.map