export type FetchPort = (input: string | URL | Request, init?: RequestInit) => Promise; export declare function fetchOrchestratorJson(input: { readonly fetch: FetchPort; readonly url: string; readonly init?: RequestInit; }): Promise; //# sourceMappingURL=fetch.d.ts.map