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