import { Handler } from "@keplr-wallet/router"; import { InteractionForegroundService } from "./service"; export declare const getHandler: (service: InteractionForegroundService) => Handler;