import { DataLinkLayer, DspMode } from '@'; export declare class DataLinkLayerHexBytesSimpleWebExample { dataLinkLayer: DataLinkLayer; rxInterval: any; txInterval: any; constructor(); onDspModeChange(dspMode: DspMode): void; receiveEnable(): void; transmit(): void; protected clearRxInterval(): void; protected clearTxInterval(): void; protected handleRxInterval(): void; protected handleTxInterval(): void; protected initializeDataLinkLayer(): void; protected initializeDspModeDropdown(): void; }