import { LeafStandardAction, LeafCompoundAction } from '../types/action.type'; declare function bundle(actions: (LeafStandardAction | LeafCompoundAction)[], type?: string): LeafCompoundAction; export default bundle;