import { GqlTemplate, type GqlTemplateValue } from './template.js'; /** 从字面量创建 GQL 模板 */ export declare function gql(value: string | number | undefined | boolean | bigint): GqlTemplate; /** 从插值字符串创建 GQL 模板 */ export declare function gql(query: TemplateStringsArray, ...args: GqlTemplateValue[]): GqlTemplate; export { GqlFragment } from './fragment.js'; export { GqlTemplate } from './template.js'; export { GqlEnum } from './enum.js'; export { GqlVariable } from './variable.js'; export type { GqlTemplateValue } from './template.js'; //# sourceMappingURL=index.d.ts.map