import Command from '../../command'; import Bluebird from 'bluebird'; import { Duplex } from 'stream'; export default class ScreencapCommand extends Command { execute(): Bluebird; } //# sourceMappingURL=screencap.d.ts.map