import { Labelled } from '~ultimate-govee-common'; export declare class BlePublishCommand implements Labelled { readonly commandId: string; readonly id: string; readonly bleAddress: string; readonly commands: number[][]; readonly debug?: boolean | undefined; label: () => string; constructor(commandId: string, id: string, bleAddress: string, commands: number[][], debug?: boolean | undefined); } //# sourceMappingURL=ble-publish.command.d.ts.map