import { TransferAsyncParams } from './interface'; import { ChainType } from '../types'; export declare const getRpId: () => string; declare const _default: { signRegisterAsync: (debug: boolean, isSmartAccount: boolean, email: string, everHash: string, accountData?: any, attachment?: string | undefined, expiration?: number | undefined) => Promise; signMessageAsync: (debug: boolean, isSmartAccount: boolean, email: string, everHash: string, accountData?: any) => Promise; transferAsync: (isSmartAccount: boolean, chainType: ChainType, { symbol, token, from, to, value }: TransferAsyncParams) => Promise; }; export default _default; //# sourceMappingURL=smartAccount.d.ts.map