export * from './pipio';
export * as handlers from './handlers';
export { LambdaWrapperOutput } from './handlers';
import { pipio } from './pipio';
export default pipio;
//# sourceMappingURL=index.d.ts.map