declare const fetchWithTimeout: (request: Request, timeout?: number) => Promise<any>;
export default fetchWithTimeout;
