import { WarthogGluegunToolbox } from '../types'; declare const _default: { name: string; alias: string[]; run: (toolbox: WarthogGluegunToolbox) => Promise; }; export default _default;