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