import type { ApolloClient, ObservableQuery } from "@apollo/client"; /** * @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 toQueryResult(value: ObservableQuery.Result): ApolloClient.QueryResult; //# sourceMappingURL=toQueryResult.d.ts.map