export default function fastChunkString(str: string, { size, unicodeAware, }: { size: number; unicodeAware?: boolean; }): string[];