import { Handler } from "@keplr-wallet/router"; import { BackgroundTxEthereumService } from "./service"; import { PermissionInteractiveService } from "../permission-interactive"; import { RecentSendHistoryService } from "../recent-send-history"; export declare const getHandler: (service: BackgroundTxEthereumService, permissionInteractionService: PermissionInteractiveService, recentSendHistoryService: RecentSendHistoryService) => Handler;