import { Api, Command } from '../api'; declare const version: (api: Api<{}>) => Command; export default version;