import type { GuestPosition } from '../../../../sandbox/types.js'; /** * Turns a guest error into the message the model reads. A call on a tool the sandbox does not * hold names that tool and lists the available ones; every other error keeps its message and * gains the line it was thrown on. */ export declare function describeGuestError(code: string, message: string, position: GuestPosition | undefined, availableTools: string[]): string; //# sourceMappingURL=unknown-tool-hint.d.ts.map