import { ManifestWithRefs } from './entity-graph'; import { Entity } from './types'; export declare type Batch = Entity[]; export declare const topologicallyBatchEntities: (entitiesToBatch: Entity[], manifestWithRefs: ManifestWithRefs) => Batch[];