import { DynamicModule } from '@nestjs/common'; import { GraphInterface } from './interfaces/graph.interface'; export declare class StateMachineModule { static forRoot(graphs: GraphInterface[]): DynamicModule; }