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