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