import { GqlPassThroughWallet } from './types';
import { IPassThroughWallet } from './types';
export declare const PASS_THROUGH_WALLET_FIELDS_FRAGMENT: import("@urql/core").TypedDocumentNode<any, import("@urql/core").AnyVariables>;
export declare const formatGqlPassThroughWallet: (arg0: GqlPassThroughWallet) => IPassThroughWallet;
