type TNotReadyForConnectionError = Error; export declare const hasNotReadyForConnectionError: (error: unknown) => error is TNotReadyForConnectionError; export declare const createNotReadyForConnectionError: () => TNotReadyForConnectionError; export {};