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