import { UserError } from 'n8n-workflow';
export declare class FileUploadError extends UserError {
    constructor(msg: string);
}
