/**
 * Configuration constant for branch-lint.
 * Provides a template function for generating branch-lint configuration files.
 */
export declare const BRANCH_LINT_CONFIG: {
    /**
     * Generates a branch-lint configuration file content.
     * @returns String content for the branch-lint configuration file
     */
    template: () => string;
};
//# sourceMappingURL=config.constant.d.ts.map