import { type Reference } from '../../common'; import type { ConfigPluginOptions } from './config.types'; /** * DI token for the plugin configuration. */ export declare const ConfigPluginConfigToken: Reference; //# sourceMappingURL=config.symbols.d.ts.map