export declare class ReqId {
    private static _uuid;
    private static _pid;
    private static sharedBuffer;
    private static int32View;
    static getReqID(req_id?: number): number;
}
//# sourceMappingURL=reqid.d.ts.map