UNPKG

mwoffliner

Version:
4 lines (3 loc) 108 B
import { Dump } from './Dump.js'; declare function execute(argv: any): Promise<Dump[]>; export { execute };