import { TypedocPlugin } from '../Utils/Plugins';
/**
 * A Plugin class that wraps the `typedoc-plugin-mdn-links` plugin.
 */
export declare class MdnLinksPlugin extends TypedocPlugin {
    /** @inheritdoc */
    initialize(): void;
}
//# sourceMappingURL=MdnLinksPlugin.d.ts.map