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