import { ActorRuntimeOptions } from "../types/actors/ActorRuntimeOptions"; import { KeyValueType } from "../types/KeyValue.type"; /** * Get response object for /dapr/config API call. * See https://docs.dapr.io/reference/api/actors_api/#get-registered-actors */ export declare function getRegisteredActorResponse(entities: string[], options: ActorRuntimeOptions): KeyValueType;