import type { DataEngineLink } from '../types/DataEngineLink'; export declare class ErrorLink implements DataEngineLink { private readonly errorMessage; constructor(errorMessage: string); executeResourceQuery(): Promise; }