type NodeFetchResponse = InstanceType; type UniversalResponse = Response | NodeFetchResponse; export default function autofetch(url: string, init?: RequestInit): Promise; export {};