import Activity_ from './activity'; import StateMachine_ from './stateMachine'; export declare namespace StepFunctions { const Activity: typeof Activity_; const StateMachine: typeof StateMachine_; type Activity = Activity_; type StateMachine = StateMachine_; }