UNPKG

ntqq

Version:
9 lines (8 loc) 414 B
import { pb } from "../core"; 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 handleSyncMsg(this: Client, proto: pb.Proto): Promise<void>; export declare function pushReadedListener(this: Client, payload: Buffer): void; export {};