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