import Activity_ from './activity'; import StateMachine_ from './stateMachine'; import StateMachineAlias_ from './stateMachineAlias'; import StateMachineVersion_ from './stateMachineVersion'; export declare namespace StepFunctions { const Activity: typeof Activity_; const StateMachine: typeof StateMachine_; const StateMachineAlias: typeof StateMachineAlias_; const StateMachineVersion: typeof StateMachineVersion_; type Activity = Activity_; type StateMachine = StateMachine_; type StateMachineAlias = StateMachineAlias_; type StateMachineVersion = StateMachineVersion_; }