import type { MarkedExtension } from 'marked';
import type { Alert, AlertVariantItem, Options } from './types.js';
export type { Alert, AlertVariantItem, Options };
/**
 * A [marked](https://marked.js.org/) extension to support [GFM alerts](https://github.com/orgs/community/discussions/16925).
 */
export default function markedAlert(options?: Options): MarkedExtension;
