type Client = import("../client").Client;
type OnlinePushEvent = {
    sub_type: string;
    [k: string]: any;
};
export declare function emitGroupNoticeEvent(c: Client, gid: number, e: OnlinePushEvent | void): void;
export declare function onlinePushTransListener(this: Client, payload: Buffer, seq: number): void;
export {};
