/** * 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. * @param isTicketIdEnabled - Whether ticket placeholder is enabled in branch pattern * @returns String content for the branch-lint configuration file */ template: (isTicketIdEnabled: boolean) => string; }; //# sourceMappingURL=config.constant.d.ts.map