import { UnexpectedError } from 'n8n-workflow'; export declare class NonMethodError extends UnexpectedError { constructor(name: string); }