import { KatexData, Delimiter } from './types'; export default function splitAtDelimiters(text: string, delimiters: Delimiter[]): KatexData[];