import { RawDocument, ListState } from '../types'; declare const fromRaw: (raw: RawDocument) => ListState; export default fromRaw;