import type { InferSchema } from "../../extensions/schema/index.js"; export declare const getCachePolicySchema: () => import("../../internal-agents/schema.js").Schema<"cache" | "no-cache" | "cache-first">; export declare const getMcpConfigSchema: () => import("../../internal-agents/schema.js").Schema; cachePolicy: import("../../internal-agents/schema.js").Schema<"cache" | "no-cache" | "cache-first" | undefined>; }>>; export declare const cachePolicySchema: import("../../internal-agents/schema.js").Schema<"cache" | "no-cache" | "cache-first">; export declare const McpConfigSchema: import("../../internal-agents/schema.js").Schema; cachePolicy: import("../../internal-agents/schema.js").Schema<"cache" | "no-cache" | "cache-first" | undefined>; }>>; export type CachePolicy = InferSchema>; export type McpConfig = InferSchema>; //# sourceMappingURL=resource.schema.d.ts.map