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