import type { Got } from 'got' with { 'resolution-mode': 'require' };
import type { LightSensor } from '../types/device/LightSensor';
declare const _default: (got: Got) => {
    list(): Promise<LightSensor[]>;
    get({ id }: {
        id: string;
    }): Promise<LightSensor>;
};
export default _default;
