import { CoreEntry, QueryEntryArgs } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Yosemite/GqlTypes"; import { RcsbCoreQueryInterface } from "./RcsbCoreQueryInterface"; import { GraphQLRequest } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/GraphQLRequest"; export declare class RcsbQueryEntryInstances implements RcsbCoreQueryInterface { readonly getClient: () => GraphQLRequest; constructor(getClient: () => GraphQLRequest); request(requestConfig: QueryEntryArgs): Promise; }