import { Subscription } from '../types'; export declare const events: { emit: (event: string, payload?: any) => Promise; on: (event: string, callback: (payload?: any) => any) => Promise; emitPublic: (event: string, payload?: any) => Promise; onPublic: (event: string, callback: (payload?: any) => any) => Promise; }; //# sourceMappingURL=events.d.ts.map