import { Chunk } from "../types"; export declare function chunkText(text: string, toMark?: string): Chunk[];