/** * Enum for the cache engine target (used by classes using either the * internal or the public DB) */ export declare enum cacheDbEnum { INTERNAL = "internal", NONE = "none", PUBLIC = "public" }