import type { Step } from './types';
/** Checks if hasError a function and returns its result. Otherwise returns hasError as boolean */
export declare const isStepHasError: (step: Step) => boolean;
