declare namespace _exports {
    export { PrismJsOptions };
}
declare const _exports: import('markdown-it').PluginWithOptions<PrismJsOptions>;
export = _exports;
type PrismJsOptions = {
    /**
     * String to split fence information on.
     */
    delimiter?: string;
    /**
     * Whether to log errors to the console.
     */
    logging?: boolean;
};
