export interface TimeoutConfig {
    readonly responseHeadersTimeout?: number;
    readonly timeoutMs?: number;
}
//# sourceMappingURL=timeoutConfig.d.ts.map