import { QueryPolymer_EntitiesArgs } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Yosemite/GqlTypes";
import { PolymerEntityInstanceInterface } from "./PolymerEntityInstancesCollector";
import { MultipleDocumentPropertyCollectorInterface } from "./DataCollectorInterface";
export declare class MultipleEntityInstancesCollector implements MultipleDocumentPropertyCollectorInterface<"entity_ids", PolymerEntityInstanceInterface> {
    private readonly rcsbFvQuery;
    collect(requestConfig: QueryPolymer_EntitiesArgs): Promise<Array<PolymerEntityInstanceInterface>>;
    private static getEntityInstances;
}
