import Command from '@oclif/command'; export declare class GetCurrentPRNum extends Command { static flags: { optional: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; } //# sourceMappingURL=get-current-pr-num.d.ts.map