/* eslint-disable */ declare const nodeFetch: typeof import('node-fetch').default; declare global { interface ReadonlyArray { includes}`>( this: ReadonlyArray, searchElement: S, fromIndex?: number ): searchElement is R & S; } var fetch: typeof nodeFetch; } export {};