import { type Plugin } from "vite"; import { type DocumentNode } from "@apollo/client"; import type { ApolloClientAiAppsConfig } from "../config/index.js"; export declare namespace apolloClientAiApps { type Target = ApolloClientAiAppsConfig.AppTarget; interface Options { targets: Target[]; devTarget?: Target | undefined; appsOutDir: string; schema?: string | undefined; } } export declare function devTarget(target: string | undefined): "mcp" | "openai" | undefined; export declare function apolloClientAiApps(options: apolloClientAiApps.Options): Plugin; export declare function sortTopLevelDefinitions(query: DocumentNode): DocumentNode; //# sourceMappingURL=apolloClientAiApps.d.ts.map