import { HealthCheckError } from './HealthCheckError';
export declare class ConnectionNotFoundError extends HealthCheckError {
    constructor();
}
