declare namespace _exports {
    export { FencePrefixOptions };
}
declare const _exports: import('markdown-it').PluginWithOptions<FencePrefixOptions>;
export = _exports;
type FencePrefixOptions = {
    /**
     * String to split fence information on.
     */
    delimiter?: string;
};
