import { FctAnyType, FctBoolean, FctRadio, FctString } from '../../../Fct/generics'; export declare const Reflow: { new (args: { chainId: import("../../../Fct/generics").ChainId; initParams?: Partial<{ in: string | import("../corelibTypes").Variable | undefined; keyIndex: string | import("../corelibTypes").Variable | undefined; key1: string | import("../corelibTypes").Variable | undefined; value1: string | import("../corelibTypes").Variable | undefined; key2: string | import("../corelibTypes").Variable | undefined; value2: string | import("../corelibTypes").Variable | undefined; key3: string | import("../corelibTypes").Variable | undefined; value3: string | import("../corelibTypes").Variable | undefined; key4: string | import("../corelibTypes").Variable | undefined; value4: string | import("../corelibTypes").Variable | undefined; key5: string | import("../corelibTypes").Variable | undefined; value5: 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", "reflow", "reflow", { input: { in: FctString; keyIndex: FctAnyType; key1: FctString; value1: FctRadio; key2: FctString; value2: FctRadio; key3: FctString; value3: FctRadio; key4: FctString; value4: FctRadio; key5: FctString; value5: FctRadio; methodParams: {}; }; output: { out1: FctBoolean; out2: FctBoolean; out3: FctBoolean; out4: FctBoolean; out5: FctBoolean; }; }, Partial<{ in: string | import("../corelibTypes").Variable | undefined; keyIndex: string | import("../corelibTypes").Variable | undefined; key1: string | import("../corelibTypes").Variable | undefined; value1: string | import("../corelibTypes").Variable | undefined; key2: string | import("../corelibTypes").Variable | undefined; value2: string | import("../corelibTypes").Variable | undefined; key3: string | import("../corelibTypes").Variable | undefined; value3: string | import("../corelibTypes").Variable | undefined; key4: string | import("../corelibTypes").Variable | undefined; value4: string | import("../corelibTypes").Variable | undefined; key5: string | import("../corelibTypes").Variable | undefined; value5: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };