import Command from '../../command.js';
import Forward from '../../../models/Forward.js';
export default class ListForwardsCommand extends Command<Forward[]> {
    execute(serial: string): Promise<Forward[]>;
    private _parseForwards;
}
//# sourceMappingURL=listforwards.d.ts.map