import { FctAddress, FctBytes32 } from '../../../../Fct/generics'; export declare const EqualBytes32: { 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<"TOKEN_VALIDATOR", "VALIDATOR", "equalBytes32", string | undefined, { input: { to: FctAddress; methodParams: { value1: FctBytes32; value2: FctBytes32; }; }; output: { value1: FctBytes32; }; }, Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };