import { Address } from '@melonproject/token-math';
import { Environment } from '../../../../utils/environment/Environment';
export declare const getFundVersion: (environment: Environment, hubAddress: Address) => Promise<any>;
