/// <reference types="src/types.js" />
import { Dump } from './Dump.js';
declare function execute(argv: any): Promise<Dump[]>;
export { execute };
