import { Command } from '../../commands';
export declare function clearFormatting(markTypes: Array<string>): Command;
