/** Asynchronous operation after subscribing or unsubscribing to a resource metrics */
export interface MetricSubscriptionResponse {
    /** Identifier of the operation */
    operationId: string;
    /** Operation owner's service name */
    serviceName: string;
}
//# sourceMappingURL=MetricSubscriptionResponse.d.ts.map