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