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