export declare enum ErrorCodes {
    ConnectionFailed = "ConnectionFailed",
    ConnectionStringIsMissing = "ConnectionStringIsMissing"
}
