type ToolInputValidator = (input: unknown) => string | undefined; /** Validates a sandbox tool call against the tool's MCP input schema before the handler runs. */ export declare function createToolInputValidator(sandboxName: string, schema: Record): ToolInputValidator; export {}; //# sourceMappingURL=tool-input-validator.d.ts.map