import { IPicGo } from '../types'; /** * create an unique context for each upload process * @param ctx */ export declare const createContext: (ctx: IPicGo) => IPicGo;