import type { FloorDependencies } from "./deps.js"; export declare const strictToolCall: (deps: FloorDependencies, toolName: string, description: string, inputSchema: Record, system: string, prompt: string) => Promise | undefined>; //# sourceMappingURL=strict-tool-call.d.ts.map