export declare const maxVersionBumpFlag: import("@oclif/core/interfaces").OptionFlag; export declare const getOwnerAndRepo: (ownerFlag?: string, repoFlag?: string) => Promise<{ owner: string; repo: string; }>;