import { type GetEntryPointFromAccount, type SendUserOperationParameters, type SmartContractAccount } from "@alchemy/aa-core"; import { type Chain, type Client, type Transport } from "viem"; import { type ProposeUserOperationResult } from "../types.js"; export declare function proposeUserOperation = GetEntryPointFromAccount>(client: Client, { uo, account, overrides: overrides_, }: SendUserOperationParameters): Promise;