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