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