/** * The scatter method, as described in [workflow step scatter](#WorkflowStep). */ export declare type ScatterMethod = "dotproduct" | "nested_crossproduct" | "flat_crossproduct";