UNPKG

normalhamal-temp-oicq

Version:
8 lines (7 loc) 330 B
/// <reference types="node" /> type Client = import("../client").Client; /** @param seed 填一个常数 */ export declare function buildSyncCookie(seed: number): Uint8Array; export declare function pbGetMsg(this: Client): Promise<void>; export declare function pushReadedListener(this: Client, payload: Buffer): void; export {};