import { initGraphQLTada } from 'gql.tada'; import type { introspection } from '../../generated/2025.2/tada-env.js'; import type { CustomScalars } from '../../types.js'; export * from '../../types.js'; export type { FragmentOf, ResultOf, VariablesOf, TadaDocumentNode } from 'gql.tada'; export { readFragment, maskFragments } from 'gql.tada'; export declare const graphql: initGraphQLTada<{ introspection: introspection; scalars: CustomScalars; }>; //# sourceMappingURL=index.d.ts.map