import { Client } from '@suplink/message'; import type { Result } from './types'; export declare const client: Client; export declare const registerHandler: (path: string, callback: (res: Result) => void) => void; export declare const dispatchAppEvent: (path: string, params?: any) => Promise>; declare const _default: { registerHandler: (path: string, callback: (res: Result) => void) => void; dispatchAppEvent: (path: string, params?: any) => Promise>; }; export default _default;