/** * Sets the API origin globally for all hypergraph API calls. * @param origin - The API origin URL (e.g., "https://api.mainnet.graphprotocol.io") */ export declare const setApiOrigin: (origin: string) => void; /** * Gets the configured API origin, or defaults to Graph.TESTNET_API_ORIGIN if not set. * @returns The API origin URL */ export declare const getApiOrigin: () => string; //# sourceMappingURL=config.d.ts.map