import { IDeviceCommand } from '../../../network/interfaces/IDeviceCommand'; import { IBdcomMacAddTable } from './interfaces/IBdcomMacAddTable'; export declare const cmdShowMacAddTableInt: (intType: string, boardNum: string, portNum: string, intNum?: string) => IDeviceCommand;