import { getCurrentPrestaInstance } from './lib/currentPrestaInstance' import { wrapHandler } from './lib/wrapHandler' export { Plugin, Config, Presta, Event, Context, Response, Route, GetStaticPaths, Handler } from './lib/types' export { getCurrentPrestaInstance } export { wrapHandler }