import type { Actions, InteractiveHandler } from '../../types/cli'; export declare const createInteractiveHandler: (actions: Actions) => InteractiveHandler;