export type { Command, CommandFn, CommandUsage, } from './load-command.ts'; declare const run: () => Promise; export default run;