import type { FabricTypeError } from "./runtime/type-checker.js"; export declare const typeErrorRecoveryHint: (code: string, errors: FabricTypeError[]) => string | undefined; //# sourceMappingURL=type-error-guidance.d.ts.map