import { z } from "zod"; import type { ApolloClientAiAppsConfigSchema, AppTarget } from "./schema.js"; export declare namespace ApolloClientAiAppsConfig { type AppTarget = z.infer; type Config = z.input; } //# sourceMappingURL=types.d.ts.map