/** * Error which gets thrown when the database is not connected * @publicApi */ export declare class DatabaseNotConnectedError extends Error { constructor(); }