import type { ApolloClient, OperationVariables } from "@apollo/client"; type OptionsUnion = ApolloClient.WatchQueryOptions | ApolloClient.QueryOptions | ApolloClient.MutateOptions; /** * @internal * * @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time. */ export declare function mergeOptions>, TOptions extends TDefaultOptions>(defaults: TDefaultOptions | Partial | undefined, options: TOptions | Partial): TOptions & TDefaultOptions; export {}; //# sourceMappingURL=mergeOptions.d.ts.map