import { CommandGenerator, ICommandWithRaw } from './types';
declare const _default: (generator: CommandGenerator) => {
    batteryVoltage: () => ICommandWithRaw;
    sleep: () => ICommandWithRaw;
    something2: () => ICommandWithRaw;
    something3: () => ICommandWithRaw;
    something4: () => ICommandWithRaw;
    wake: () => ICommandWithRaw;
};
export default _default;
