import type { PluginMigrationData } from "@zerodev/sdk/types"; import { type Address } from "viem"; import type { UserOperationCall } from "viem/account-abstraction"; import type { INTENT_VERSION_TYPE } from "../types/intent.js"; export declare const installIntentExecutor: (version: INTENT_VERSION_TYPE) => `0x${string}`; export declare const getInstallIntentExecutorCall: ({ accountAddress, version, }: { accountAddress: Address; version: INTENT_VERSION_TYPE; }) => UserOperationCall; export declare const getIntentExecutorPluginData: (version: INTENT_VERSION_TYPE) => PluginMigrationData; //# sourceMappingURL=installIntentExecutor.d.ts.map