import Command from '../../command';
export default class HostDisconnectCommand extends Command<string> {
    execute(host: string, port: number): Promise<string>;
}
//# sourceMappingURL=HostDisconnectCommand.d.ts.map