import type { ViewerProps } from './types'; import type { Processor } from 'unified'; /** * Get unified processor with ByteMD plugins */ export declare function getProcessor({ sanitize, plugins, remarkRehype: remarkRehypeOptions, }: Omit): Processor;