import * as flatbuffers from 'flatbuffers';
export declare class CloseWorkerNotification implements flatbuffers.IUnpackableObject<CloseWorkerNotificationT> {
    bb: flatbuffers.ByteBuffer | null;
    bb_pos: number;
    __init(i: number, bb: flatbuffers.ByteBuffer): CloseWorkerNotification;
    static getRootAsCloseWorkerNotification(bb: flatbuffers.ByteBuffer, obj?: CloseWorkerNotification): CloseWorkerNotification;
    static getSizePrefixedRootAsCloseWorkerNotification(bb: flatbuffers.ByteBuffer, obj?: CloseWorkerNotification): CloseWorkerNotification;
    static startCloseWorkerNotification(builder: flatbuffers.Builder): void;
    static endCloseWorkerNotification(builder: flatbuffers.Builder): flatbuffers.Offset;
    static createCloseWorkerNotification(builder: flatbuffers.Builder): flatbuffers.Offset;
    unpack(): CloseWorkerNotificationT;
    unpackTo(_o: CloseWorkerNotificationT): void;
}
export declare class CloseWorkerNotificationT implements flatbuffers.IGeneratedObject {
    constructor();
    pack(builder: flatbuffers.Builder): flatbuffers.Offset;
}
//# sourceMappingURL=close-worker-notification.d.ts.map