import ApiConfig from "./api.config.json"; import RpcUrlConfig from "./rpc.config.json"; declare const DeployedContracts: any; declare const BlockNumberConfig: any; export { BlockNumberConfig, DeployedContracts, ApiConfig, RpcUrlConfig };