import { FILE_EXTENSION_COLUMN_NAME } from "cmf.core/src/domain/extensions/util"; /** * File extension column name from ContentType generic table */ export { FILE_EXTENSION_COLUMN_NAME }; /** * Name of Generic Table for Content Type */ export declare const CONTENT_TYPE_GENERIC_TABLE: string;