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