import { Router } from "@keplr-wallet/router"; import { BackgroundTxEthereumService } from "./service"; import { PermissionInteractiveService } from "../permission-interactive"; import { RecentSendHistoryService } from "../recent-send-history"; export declare function init(router: Router, service: BackgroundTxEthereumService, permissionInteractionService: PermissionInteractiveService, recentSendHistoryService: RecentSendHistoryService): void;