import type { DataComponent as DC } from '../runtime'; import type { FetchConnector } from '../spec'; export type FetchOptions = Omit; export declare const Fetch: DC;