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