export declare function fetch(input: RequestInfo, init?: RequestInit & { timeout?: number; skipResponseCheck?: boolean; }): Promise;