import { AccountInfo as ACAccountInfo, UserResponse as ACUserResponse, ExtendedNetwork } from '@aptos-connect/wallet-api'; import { AccountInfo, UserResponse } from '@aptos-labs/wallet-standard'; export declare function customAccountToStandardAccount({ address, name, publicKey, }: ACAccountInfo): AccountInfo; export declare function unwrapUserResponse(response: ACUserResponse, callback: (args: T) => U): UserResponse; export declare function networkToChainId(network: ExtendedNetwork): number | undefined; //# sourceMappingURL=helpers.d.ts.map