import { type RunResult } from "@paretools/shared"; export interface GhCmdOptions { cwd?: string; /** Data to write to the child process's stdin (e.g., for --body-file -). */ stdin?: string; } export declare function ghCmd(args: string[], cwdOrOpts?: string | GhCmdOptions): Promise; //# sourceMappingURL=gh-runner.d.ts.map