import { Item, Base } from '../types/types.js'; import { ObjectLoader2Options } from './options.js'; export declare class ObjectLoader2 { #private; constructor(options: ObjectLoader2Options); disposeAsync(): Promise; getRootObject(): Promise; getObject(params: { id: string; }): Promise; getTotalObjectCount(): Promise; getObjectIterator(): AsyncGenerator; static createFromObjects(objects: Base[]): ObjectLoader2; static createFromJSON(json: string): ObjectLoader2; } //# sourceMappingURL=objectLoader2.d.ts.map