export declare const NATIVE_ELE_PKG = "native"; export declare const CONTAINER_TYPE: { COMPONENT: string; BLOCK: string; PAGE: string; }; export declare const SUPPORT_SCHEMA_VERSION_LIST: string[]; export * from './file'; export * from './generator';