import { RequestHandler } from 'express-serve-static-core';
/**
 * Handles webhooks from other services
 */
declare const webhook: () => RequestHandler;
export { webhook as default };
