import type { ApolloClient, MaybeMasked, ObservableQuery, OperationVariables } from "@apollo/client"; export type RefetchFunction = (variables?: Partial) => Promise>; export type FetchMoreFunction = (fetchMoreOptions: ObservableQuery.FetchMoreOptions) => Promise>>; //# sourceMappingURL=types.d.ts.map