/** * Enum for the storage target (used by classes using either private or * public indexes) */ export declare enum storeScopeEnum { PRIVATE = "private", PUBLIC = "public" }