import { Crepe } from '@milkdown/crepe'; /** * Registers ==highlight== mark, remark parse/stringify, and toolbar toggle command. * * ```ts * configureHighlight(crepe); * ``` */ export declare function configureHighlight(crepe: Crepe): void;