import { Router } from "@keplr-wallet/router"; import { BackgroundTxExecutorService } from "./service"; export declare function init(router: Router, service: BackgroundTxExecutorService): void;