/** CLI argument parsing and subcommand dispatch for pr-shepherd. See --help for usage. */ export declare function main(argv: string[]): Promise;