import Activity_ from './Activity';
import StateMachine_ from './StateMachine';
export declare namespace StepFunctions {
    const Activity: typeof Activity_;
    const StateMachine: typeof StateMachine_;
}
export default StepFunctions;
