import { UserError } from 'n8n-workflow'; export declare class SsrfBlockedHostnameError extends UserError { readonly hostname: string; constructor(hostname: string); }