import { FctValue } from '../../../Fct/generics'; export declare const GetPercent: { new (args: { chainId: import("../../../Fct/generics").ChainId; initParams?: Partial<{ percent: string | import("../corelibTypes").Variable | undefined; minPercent: string | import("../corelibTypes").Variable | undefined; maxPercent: string | import("../corelibTypes").Variable | undefined; tick: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/createPlugin").NewPluginType<"FUNCTIONS", "GETTER", "getPercent", "getPercent", { input: { percent: FctValue; minPercent: FctValue; maxPercent: FctValue; tick: FctValue; methodParams: {}; }; output: {}; }, Partial<{ percent: string | import("../corelibTypes").Variable | undefined; minPercent: string | import("../corelibTypes").Variable | undefined; maxPercent: string | import("../corelibTypes").Variable | undefined; tick: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };