export declare class ConnectionNotExistError extends Error {
    constructor();
}
