import { Environment } from './types'; export declare const DEVNET_FEE_ORACLE_BASE_URL: string; export declare const TESTNET_FEE_ORACLE_BASE_URL: string; export declare const MAINNET_FEE_ORACLE_BASE_URL: string; export declare function getFeeOracleBaseURL(environment?: Environment): string; //# sourceMappingURL=utils.d.ts.map