import { GRAPHQL_ENDPOINTS, MARKET_CONTRACT_ADDRESS, MINTBASE_CONTRACTS, MINTBASE_CONTRACTS_V2, NEAR_NETWORKS, NEAR_RPC_ENDPOINTS, USDC_ADDRESS, USDT_ADDRESS } from '../types'; export declare const TESTNET_MOCK: { apiKey: string; contractAddress: string; callbackUrl: string; debugMode: boolean; graphqlUrl: GRAPHQL_ENDPOINTS; isSet: boolean; marketAddress: MARKET_CONTRACT_ADDRESS; mbContract: MINTBASE_CONTRACTS; mbContractV2: MINTBASE_CONTRACTS_V2; nearRpcUrl: NEAR_RPC_ENDPOINTS; network: NEAR_NETWORKS; connectProxyAddress: any; ftAddresses: { usdc: USDC_ADDRESS; usdt: USDT_ADDRESS; }; checkVersions: boolean; }; export declare const MAINNET_MOCK: { apiKey: string; contractAddress: string; callbackUrl: string; debugMode: boolean; graphqlUrl: GRAPHQL_ENDPOINTS; isSet: boolean; marketAddress: MARKET_CONTRACT_ADDRESS; mbContract: MINTBASE_CONTRACTS; mbContractV2: MINTBASE_CONTRACTS_V2; nearRpcUrl: NEAR_RPC_ENDPOINTS; network: NEAR_NETWORKS; connectProxyAddress: any; ftAddresses: { usdc: USDC_ADDRESS; usdt: USDT_ADDRESS; }; checkVersions: boolean; }; //# sourceMappingURL=config.mocks.d.ts.map