import { InterfaceInstanceInterface } from "../../RcsbCollectTools/DataCollectors/InterfaceInstanceCollector"; export declare class InterfaceInstanceTranslate { private readonly rawData; private readonly instances; private readonly operatorsIds; constructor(data: Array); getInstances(rcsbId: string): [string, string] | undefined; getOperatorIds(rcsbId: string): [Array>, Array>] | undefined; getRawData(): Array; }