/** * OpenFour 最小 ABI:Registry 发现、schema 读取、createToken / buyByBudget */ export declare const OPENFOUR_REGISTRY_ABI: string[]; export declare const OPENFOUR_CORE_ABI: string[]; export declare const OPENFOUR_TOOLS_ABI: ({ type: string; name: string; stateMutability: string; inputs: never[]; outputs: { name: string; type: string; components: readonly [{ readonly name: "name"; readonly type: "string"; }, { readonly name: "abiType"; readonly type: "string"; }, { readonly name: "decimals"; readonly type: "uint8"; }, { readonly name: "optional"; readonly type: "bool"; }, { readonly name: "title"; readonly type: "string"; }, { readonly name: "defaultValue"; readonly type: "string"; }, { readonly name: "hint"; readonly type: "string"; }, { readonly name: "minValue"; readonly type: "string"; }, { readonly name: "maxValue"; readonly type: "string"; }]; }[]; } | { type: string; name: string; stateMutability: string; inputs: { name: string; type: string; }[]; outputs: { name: string; type: string; components: readonly [{ readonly name: "kind"; readonly type: "string"; }, { readonly name: "version"; readonly type: "uint8"; }, { readonly name: "params"; readonly type: "tuple[]"; readonly components: readonly [{ readonly name: "name"; readonly type: "string"; }, { readonly name: "abiType"; readonly type: "string"; }, { readonly name: "decimals"; readonly type: "uint8"; }, { readonly name: "optional"; readonly type: "bool"; }, { readonly name: "title"; readonly type: "string"; }, { readonly name: "defaultValue"; readonly type: "string"; }, { readonly name: "hint"; readonly type: "string"; }, { readonly name: "minValue"; readonly type: "string"; }, { readonly name: "maxValue"; readonly type: "string"; }]; }]; }[]; })[]; export declare const OPENFOUR_WETH_ABI: string[];