export type SpawnResult = { exitCode: number; stdout: Uint8Array; stderr: Uint8Array; }; export declare function spawnBuffered(bin: string, args: string[], opts?: { signal?: AbortSignal; }): Promise; //# sourceMappingURL=subprocess.d.ts.map