export default interface StepAttributes {
    name: string;
    duration: number;
    status: string;
}
//# sourceMappingURL=StepAttributes.d.ts.map