import type { DocumentNode } from "graphql";
import type { GraphQLDocumentConfig } from "./base-types";
export declare function generateArguments(variables: Record<string, string>): string;
export declare function generateGraphQLDocument(config: GraphQLDocumentConfig): DocumentNode;
