export function splitMultilineFormatting(value: string): string; export function increaseListIndentation(value: string): string; export function padBlankBlockquoteLines(value: string): string; export function trimBlankBlockquoteLines(value: string): string;