import { Action } from 'sabar'; declare const handleEnterContainer: (args: any, ctx: object, actions: Action) => void; export default handleEnterContainer;