import { Interaction } from "@onflow/typedefs"; /** * Executes validator functions that have been attached to an interaction to perform validation checks. * * @param ix The interaction object containing validators to execute * @returns The interaction after running all validators */ export declare function resolveValidators(ix: Interaction): Promise;