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