import { IndexedDBStoreSchema } from "../models/IndexedDBStoreSchema"; import { NgxIndexedDatabaseStoreSchemaService } from "./ngx-indexed-database-store-schema.service"; import * as i0 from "@angular/core"; export declare class NgxIndexedDatabaseService { private _ngxIndexedDatabaseStoreSchemaService; private static _instance; constructor(_ngxIndexedDatabaseStoreSchemaService: NgxIndexedDatabaseStoreSchemaService); static getInstance(): NgxIndexedDatabaseService; createStore(dbName: string, storeName: string, storeSchema: IndexedDBStoreSchema): Promise<{ success: boolean; }>; deleteStore(dbName: string, storeName: string): Promise<{ success: boolean; }>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }