import { UserError } from 'n8n-workflow';
export declare class WebhookResponseTooLargeError extends UserError {
    constructor(message: string, options: {
        description: string;
        cause?: unknown;
    });
}
