export interface StepOptionsInterface {
    description?: string;
    enabled?: boolean;
}
//# sourceMappingURL=StepOptionsInterface.d.ts.map