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