import { IPicGo } from '../../types'; declare const commanders: (ctx: IPicGo) => void; export { commanders };