import type { ExecutionDetails, GrafastResultsList } from "../interfaces.ts"; import { UnbatchedStep } from "../step.ts"; export declare class ErrorStep extends UnbatchedStep { static $$export: { moduleName: string; exportName: string; }; isSyncAndSafe: boolean; error: TError; constructor(error: TError); execute({ count }: ExecutionDetails): GrafastResultsList; unbatchedExecute(): any; } export declare function error(error: TError): ErrorStep; //# sourceMappingURL=error.d.ts.map