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