export interface IExportMetricsServiceResponse {
    /** ExportMetricsServiceResponse partialSuccess */
    partialSuccess?: IExportMetricsPartialSuccess;
}
export interface IExportMetricsPartialSuccess {
    /** ExportMetricsPartialSuccess rejectedDataPoints */
    rejectedDataPoints?: number;
    /** ExportMetricsPartialSuccess errorMessage */
    errorMessage?: string;
}
//# sourceMappingURL=export-response.d.ts.map