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