import { Metadata } from 'benchify-mcp/tools/types'; import { Tool } from '@modelcontextprotocol/sdk/types.js'; import Benchify from 'benchify'; export declare const metadata: Metadata; export declare const tool: Tool; export declare const handler: (client: Benchify, args: Record | undefined) => Promise; declare const _default: { metadata: Metadata; tool: { [x: string]: unknown; name: string; inputSchema: { [x: string]: unknown; type: "object"; properties?: { [x: string]: unknown; } | undefined; required?: string[] | undefined; }; title?: string | undefined; description?: string | undefined; outputSchema?: { [x: string]: unknown; type: "object"; properties?: { [x: string]: unknown; } | undefined; required?: string[] | undefined; } | undefined; annotations?: { [x: string]: unknown; title?: string | undefined; readOnlyHint?: boolean | undefined; destructiveHint?: boolean | undefined; idempotentHint?: boolean | undefined; openWorldHint?: boolean | undefined; } | undefined; _meta?: { [x: string]: unknown; } | undefined; icons?: { [x: string]: unknown; src: string; mimeType?: string | undefined; sizes?: string[] | undefined; }[] | undefined; }; handler: (client: Benchify, args: Record | undefined) => Promise; }; export default _default; //# sourceMappingURL=update-sandboxes.d.ts.map