import type { CnbConfig } from '../types/config-types'; /** * defaultConfig - The default configuration object used by the CNB tool. * This object defines the default settings for branch creation, including branch types, maximum description length, * whether to skip the ticket ID prompt, and the default ticket ID prefix. * * @type {CnbConfig} */ export declare const defaultConfig: CnbConfig;