/**
 * Plugin System Types
 *
 * This file contains type definitions for the plugin system.
 */
import type { Logger } from '../logger.js';
export * from './plugin.types.js';
export { type Plugin as LegacyPlugin, type PluginContext, type PluginManagerOptions as LegacyPluginManagerOptions, PluginHook, SimplePluginManager, type SchemaPluginExtension, type TypegenPluginExtension, type DatabasePluginExtension, } from '../plugin-types.js';
export type { Logger };
//# sourceMappingURL=index.d.ts.map