/** * Defines the result of process locking for . * * @deprecated */ export declare enum Error { /** No lock error */ None = "None", /** The unauthorized error */ Unauthorized = "Unauthorized", /** The database unavailable error */ DbUnavailable = "DbUnavailable" } //# sourceMappingURL=error.d.ts.map