import { GqlPassThroughWallet } from './types'; import { IPassThroughWallet } from './types'; export declare const PASS_THROUGH_WALLET_FIELDS_FRAGMENT: import("@urql/core/dist/urql-core-chunk").TypedDocumentNode; export declare const formatGqlPassThroughWallet: (arg0: GqlPassThroughWallet) => IPassThroughWallet;