import { ConnextionError } from '@nestjs-kitchen/connextion';
/**
 * Internal error type.
 */
export declare class PrestoError extends ConnextionError {
    cause?: unknown;
    constructor(message?: string | Error, cause?: unknown);
}
