import { Connector, type Component } from '@toa.io/core'; import { type Bootloader } from './Factory'; export declare class Remotes extends Connector { private readonly boot; private readonly remotes; constructor(boot: Bootloader); discover(namespace: string, name: string): Promise; private create; }