import { DocumentStore, SerializedDocumentStore } from '../types'; export declare function serialize(store: DocumentStore): SerializedDocumentStore;