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