import { NetworkType } from '@multiversx/sdk-dapp/out/types/network.types'; export interface ApiConfigType { baseURL: string; timeout: number; } export declare function setApiConfig(networkConfiguration: NetworkType): ApiConfigType; export declare function getApiConfig(apiAddress?: string): Promise; //# sourceMappingURL=apiConfig.d.ts.map