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