import LineTransform from '../../linetransform'; import Command from '../../command'; import Bluebird from 'bluebird'; export default class LogcatCommand extends Command { execute(options?: { clear?: boolean; }): Bluebird; } //# sourceMappingURL=logcat.d.ts.map