import { Handler } from "@keplr-wallet/router"; import { BackgroundTxService } from "./service"; import { PermissionInteractiveService } from "../permission-interactive"; export declare const getHandler: (service: BackgroundTxService, permissionInteractionService: PermissionInteractiveService) => Handler;