import * as Encoding from '../encoding.js';
export declare function SensorGetAmbientLightCommand(): {
    type: 401;
    decode: typeof Encoding.decodeSensorStateAmbientLight;
    defaultResponseMode: "response";
};
//# sourceMappingURL=sensor.d.ts.map