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