import "source-map-support/register"; import { Schema, SchemaDefinition } from "./Schema"; import { Condition } from "./Condition"; import transaction from "./Transaction"; import { Document, AnyDocument } from "./Document"; import { ModelType } from "./General"; declare const _default: { model: { (name: string, schema?: Schema | SchemaDefinition | (Schema | SchemaDefinition)[], options?: import("./General").DeepPartial): ModelType; defaults: any; }; Schema: typeof Schema; Condition: typeof Condition; transaction: typeof transaction; aws: { sdk: typeof import("aws-sdk"); ddb: typeof import("./aws/ddb"); converter: typeof import("./aws/converter"); }; logger: { pause: () => void; resume: () => void; status: () => "active" | "paused"; providers: { set: (provider: any) => void; clear: () => void; add: (provider: any) => void; delete: (id: string | string[]) => void; list: () => any[]; }; }; UNDEFINED: symbol; THIS: symbol; NULL: symbol; }; export = _default;