import { Exception } from '@lakutata/core'; export declare class ConnectionNotReadyException extends Exception { district: string; errno: number | string; }