import { BaseError } from '../../errors.js'; export declare class CircularReferenceError extends BaseError { name: string; constructor({ type }: { type: string; }); } //# sourceMappingURL=struct.d.ts.map