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 declare const BUILTIN_SLOT_NAMES: string[]; export declare const isBuiltinSlotName: (name: string) => boolean; export * from './file'; export * from './generator';