import type { ExtensionRegistry } from './types';
/**
 * <zh/> 扩展注册表
 *
 * <en/> Extension registry
 */
export declare const EXTENSION_REGISTRY: ExtensionRegistry;
