import { Interaction } from "@onflow/typedefs"; /** * Resolves voucher intercept functions by calling them with the current voucher. * * @param ix The interaction object to resolve voucher intercepts for * @returns The interaction after voucher intercept processing */ export declare function resolveVoucherIntercept(ix: Interaction): Promise;