export interface PlatformParameters { requestTime?: string; responseDuration?: string; responseTime?: string; traceId?: string; correlationId?: string; etag?: string; responseStatus?: number; } //# sourceMappingURL=PlatformParameters.d.ts.map