/**
 * Unified type exports
 * Simplified type system using consolidated core types
 */
export type { PluginOptions, ContentOptions, RouteRule, OptionalLink, Depth, Logger, PluginError, PluginConfigError, PluginValidationError, PluginInput, } from './public';
export { isPluginError, pluginOptionsSchema } from './public';
export type { CachedRouteInfo, CacheSchema, DirectoryConfig, DocInfo, TreeNode, EffectiveConfig, ProcessingConfig, ProcessingResult, RehypeLinksOptions, MarkdownConversionOptions, ConversionResult, TitleExtractor, ValidationResult, } from './core';
export { createConfigError, createProcessingError, createCacheError, createFileError, createValidationError, } from '../errors';
//# sourceMappingURL=index.d.ts.map