export declare const EXTERNAL_ALIAS_SOURCE_COMPONENT_NAME = "compass:componentNameInFile"; export declare const EXTERNAL_ALIAS_SOURCE_COMPONENT_PATH_TO_FILE = "compass:componentPathToFile"; export declare const DEFAULT_COMPONENT_TYPE_ID = "SERVICE"; export declare const DEFAULT_UNNAMED_COMPONENT_NAME = "Unnamed Component"; export declare const DUPLICATED_NAME_ERROR_MESSAGE = "A component with this name already exists in this git repository and component names must be unique. Change it to a unique name inside the source file.";