import { FctAddress, FctTupleArray, FctValueList } from '../../../../Fct/generics'; export declare const MultiAllowanceCSV: { new (args: { chainId: import("../../../../Fct/generics").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<"KIROBO_MULTICALL_CSV", "LIBRARY:VIEWONLY", "multiAllowance", "multiAllowanceCSV", { input: { to: FctAddress; methodParams: { 'allowances_tuple[]': FctTupleArray; }; }; output: { allowances: FctValueList; }; }, Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };