import { Interaction } from "@onflow/typedefs"; /** * Normalizes account addresses by removing the "0x" prefix from all account addresses in the interaction. * * @param ix The interaction object to normalize * @returns The interaction with normalized account addresses */ export declare function resolveFinalNormalization(ix: Interaction): Promise;