import { IntegrationInstance } from './../../jupiter-types/integration'; /** Fetches the complete set of `IntegrationInstance`s for the provided * `IntegrationDefinition.id`. * * @param accountId the associated J1 account identifier * @param definitionId the `IntegrationDefinition.id` of the instances */ export default function listInstances(accountId: string, definitionId: string): Promise;