export default class Store extends UIComponent { _access: import("../access").Access | undefined; _globals: import("../globals").Globals | undefined; _tryAndHandleError(promiseFactory: any): Promise; _shouldSetToLastOrder(order: any, reorder: any): any; createDoc(props: any): Promise; getDoc(props: any): Promise; getAllDocs(props: any): Promise; _upsertDoc(props: any): Promise; upsertDoc(props: any): Promise; updateDoc(props: any): Promise; archiveDoc(props: any): Promise; restoreDoc(props: any): Promise; _emitError(err: any): void; _now(): any; _buildDoc({ fieldValues, id, userId, order }: { fieldValues: any; id: any; userId: any; order: any; }): { id: any; archivedAt: null; createdAt: any; updatedAt: any; userId: any; order: any; fieldValues: any; }; _setDoc({ doc, fieldValues, archivedAt, order }: { doc: any; fieldValues: any; archivedAt: any; order: any; }): any; _getUserId(): any; } import UIComponent from "../ui-component";