import type { PluginRegistry } from './registry';
export declare function registerDefaultPlugins(registry: PluginRegistry): void;
