import type { Request } from 'express';
export declare const sanitizeWebhookRequest: (req: Request) => void;
