import { IdentityMetadataDTO } from "@nmshd/runtime-types"; import { ConnectorHttpResponse, UpsertIdentityMetadataRequest } from "../types"; import { Endpoint } from "./Endpoint"; export declare class IdentityMetadataEndpoint extends Endpoint { upsertIdentityMetadata(request: UpsertIdentityMetadataRequest): Promise>; getIdentityMetadata(reference: string, key?: string): Promise>; deleteIdentityMetadata(reference: string, key?: string): Promise>; } //# sourceMappingURL=IdentityMetadataEndpoint.d.ts.map