import Datastore, { Table } from '@ulixee/datastore'; declare const _default: Datastore<{ [x: string]: any; }, { [x: string]: any; }, { [x: string]: any; }, { id: string; version: string; tables: { intro: Table<{ title: import("@ulixee/schema/lib/StringSchema").default; visible: import("@ulixee/schema/lib/BooleanSchema").default; }, { title: string; visible: boolean; }>; }; onCreated(this: Datastore<{ [x: string]: any; }, { [x: string]: any; }, { [x: string]: any; }, import("@ulixee/datastore/interfaces/IDatastoreComponents").default<{ [x: string]: any; }, { [x: string]: any; }, { [x: string]: any; }>>): Promise; }>; export default _default;