import type { HttpInterceptor } from '../http.js' export interface TimeoutOptions { /** 超时 */ timeout?: number | undefined } export declare const timeout: HttpInterceptor