import { WebhooksConfigurableModuleClass } from './webhooks-module-definition'; /** * Module that allows for configuration of the ConfigurableRawBodyMiddleware. Use the * module to specify which property on the request object that the raw body will be available on. * If not set, the property will default to "rawBody" */ export declare class WebhooksModule extends WebhooksConfigurableModuleClass { } //# sourceMappingURL=webhooks.module.d.ts.map