export declare const PRODUCTION_RELEASE_BRANCH = "ogit.productionReleaseBranch"; export declare const NEXT_RELEASE_BRANCH = "ogit.nextReleaseBranch"; export declare const FEATURE_BRNACH_NAME = "ogit.featureBranchName"; export declare const RELEASE_BRANCH_NAME = "ogit.releaseBranchName"; export declare const HOTFIX_BRANCH_NAME = "ogit.hotfixBranchName"; export declare const VERSION_TAG_PREFIX = "ogit.versionTagPrefix";