import type { IntrospectionField, IntrospectionType } from "./introspection-types.js"; /** 构建完整 GraphQL query/mutation 字符串 */ export declare function buildGraphqlDocument(field: IntrospectionField, kind: "query" | "mutation", typeMap: Map): string; //# sourceMappingURL=build-query.d.ts.map