import StepAttributes from "./StepAttributes";
export default interface Step {
    _attributes: StepAttributes;
    error_message?: Error;
}
//# sourceMappingURL=Step.d.ts.map