import { Spawner } from './types';
export declare function GnuSpawner(context: {
    resolvePath: Spawner['resolvePath'];
    run: Spawner['run'];
    runForegroundSync: Spawner['runForegroundSync'];
    runForeground: Spawner['runForeground'];
    runStreaming: Spawner['runStreaming'];
}): Spawner;
//# sourceMappingURL=gnu-spawner.d.ts.map