import { ListState } from '../types'; declare const textToFlat: (text: string) => ListState; export default textToFlat;