import Bridge from '../../types/bridge'; declare const insert: (bridge: Bridge) => import("commander").Command; export default insert;