import type { GraphqlRequestData } from '../interfaces.js'; import { type GqlTemplateValue } from './template.js'; /** 构造模板 */ export declare function template(operation: string, query: TemplateStringsArray, args: GqlTemplateValue[]): GraphqlRequestData; //# sourceMappingURL=build.d.ts.map