import { ApplicationError } from 'n8n-workflow';
export declare class MalformedRefreshValueError extends ApplicationError {
    constructor();
}
