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 LOG_FILE = "disassemble.log";
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";
