import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; /** * Store or read this file on the named provider using your own API key for it. Omit to use OpenRouter storage. */ export declare const FileProvider: { readonly Openai: "openai"; readonly Anthropic: "anthropic"; }; /** * Store or read this file on the named provider using your own API key for it. Omit to use OpenRouter storage. */ export type FileProvider = OpenEnum; /** @internal */ export declare const FileProvider$outboundSchema: z.ZodType; //# sourceMappingURL=fileprovider.d.ts.map