export declare class QueryExecutionError extends Error { constructor(error: Error, message?: string); }