/** Two tool observers read the same `gh pr create`, so the reading lives here rather than once per observer. */ /** Heredoc bodies dropped, so prose inside a document never reads as a command. */ export declare function executableCommand(command: string): string; export declare function runsPullRequestCreate(command: string): boolean; //# sourceMappingURL=shell-commands.d.ts.map