/// <reference types="node" />
import { BGController } from './BGController';
export declare class BGProtocolHandler02 {
    private Controller;
    constructor(Controller: BGController);
    ParseMessage(Data: Buffer): Promise<void>;
}
//# sourceMappingURL=BGProtocolHandler02.d.ts.map