import Command from '../../command'; import Bluebird from 'bluebird'; export default class ForwardCommand extends Command { execute(serial: string, local: string, remote: string): Bluebird; } //# sourceMappingURL=forward.d.ts.map