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