export declare class SSRFProtection { static validateWebhookUrl(urlString: string): Promise<{ valid: boolean; reason?: string; }>; } //# sourceMappingURL=ssrf-protection.d.ts.map