type RequestMethod = any;
declare const pisell2Get: RequestMethod;
declare const pisell2Post: RequestMethod;
declare const pisell2Put: RequestMethod;
declare const pisell2Remove: RequestMethod;
export { pisell2Get as get, pisell2Post as post, pisell2Put as put, pisell2Remove as remove, };