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