import { fetch } from "@realm/fetch"; type NetworkType = { fetch: typeof fetch; }; export declare const network: NetworkType; export declare function inject(value: NetworkType): void; export {};