/**
 * Public API for docusaurus-plugin-llms-txt
 *
 * This module exports only what plugin users need.
 * Internal implementation details are not exposed.
 */
/**
 * Public API exports
 * These are the types and functions that plugin users can import
 */
export { default, validateOptions } from '../index';
export type { PluginOptions, ContentOptions, RouteRule, OptionalLink, PluginInput, Depth, PluginError, PluginConfigError, PluginValidationError, Logger, } from '../types/public';
export { isPluginError } from '../errors';
export { createLogger } from '../logging';
//# sourceMappingURL=index.d.ts.map