import { FctAddress, FctTimestamp, FctValue18 } from '../../../../Fct/generics/FctParams'; export declare const Locked: { new (args: { chainId: import("../../../../Fct/generics/FctParams").ChainId; initParams?: Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../../Fct/createPlugin").NewPluginType<"CURVE", "GETTER", "locked", "lockedCurveTokenAmount", { input: { to: FctAddress; methodParams: { user: FctAddress; }; }; output: { amount: FctValue18; end: FctTimestamp; }; }, Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };