import { Logging } from 'homebridge';
export declare class MachineIdProvider {
    getMachineId(log: Logging): Promise<string>;
}
