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