import type { AgentPromptInput } from "../types.js"; import type { NativeRequests } from "./native-protocol.generated.js"; /** Resolve attachments against trusted workspace/skill roots, never private credential state. */ export declare function codexPromptInput(input: AgentPromptInput, cwd: string, skills?: { source: string; target: string; }): NativeRequests["turn/start"]["params"]["input"]; //# sourceMappingURL=inputs.d.ts.map