import { z } from "zod"; import type { RelayfileAgents } from "../connect.js"; export interface OpenAIToolsOptions { /** Restrict read tools to these workspace prefixes. Defaults to whole workspace. */ readPaths?: string[]; } /** OpenAI Agents SDK tools wired to the Relayfile workspace. */ export declare function openaiTools(rf: RelayfileAgents, opts?: OpenAIToolsOptions): import("@openai/agents-core").FunctionTool; }, "strip", z.ZodTypeAny, { path: string; depth: number; }, { path: string; depth?: number | undefined; }>, string>[];