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