import { type GraphQLSchema } from 'graphql';
import { type GQtyConfig, type SetRequired } from '../../config';
export declare const generateClient: (schema: GraphQLSchema, configuration: SetRequired<GQtyConfig, 'destination'>) => Promise<void>;
