export declare const SFDX_PROJECT_FILE_NAME = "sfdx-project.json";
export declare const CUSTOM_LABELS_FILE = "CustomLabels.labels-meta.xml";
export declare const DEFAULT_UNIQUE_ID_ELEMENTS: string;
export declare const DECOMPOSED_FILE_TYPES: string[];
export declare const DECOMPOSED_STRATEGIES: string[];
export declare const IGNORE_FILE = ".sfdecomposerignore";
export declare const WORKFLOW_SUFFIX_MAPPING: {
    [key: string]: string;
};
export declare const HOOK_CONFIG_JSON = ".sfdecomposer.config.json";
export declare const CONCURRENCY_LIMITS: {
    METADATA_TYPES: number;
    PACKAGE_DIRS: number;
    SUBDIRECTORIES: number;
    FILE_OPERATIONS: number;
};
