export declare class MIDTimeoutResponse { constructor(); processTimeoutMessage(): MIDTimeoutResponse; setMessageId(messageId?: string): MIDTimeoutResponse; setOperation(operation?: string): MIDTimeoutResponse; setRetryCount(retryCount?: number): MIDTimeoutResponse; setTrackerId(trackerId?: string): MIDTimeoutResponse; } //# sourceMappingURL=MIDTimeoutResponse.d.ts.map