import type { Address, Hex } from 'viem'; import type { AccountRuntime } from '../../accounts/adapter.js'; import type { ChainReference } from '../../chains/types.js'; import type { OrchestratorAccount } from '../../clients/orchestrator/types.js'; export declare function projectIntentAccount(input: { readonly runtime: AccountRuntime; readonly setupOverride?: readonly { readonly to: Address; readonly data: `0x${string}`; }[]; readonly eip7702InitSignature?: Hex; }): OrchestratorAccount; export declare function projectIntentRecipient(recipient: Address | string, destination: ChainReference): OrchestratorAccount; export declare function projectIntentRecipient(recipient: undefined, destination: ChainReference): undefined; //# sourceMappingURL=account.d.ts.map