import type { Request } from 'express'; export declare function getRawBodyString(req: Request): string; export declare function parseRawJsonBody(req: Request): T; //# sourceMappingURL=webhooks.d.ts.map