import Command from '../../command'; import Forward from '../../../Forward'; import Bluebird from 'bluebird'; export default class ListForwardsCommand extends Command { execute(serial: string): Bluebird; private _parseForwards; } //# sourceMappingURL=listforwards.d.ts.map