import { ENTITY_ENUM, ICredentials, IEntity } from '../types'; export default function getEntityData(options: ICredentials, entity: ENTITY_ENUM): Promise;