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