import { IndexedDBStoreSchema } from "../models/IndexedDBStoreSchema"; import * as i0 from "@angular/core"; export declare class NgxIndexedDatabaseStoreSchemaService { primaryKey: string; constructor(); defineSchemasStore(dbName: string): Promise<{ success: boolean; }>; modifySchemaStore(dbName: string, storeName: string, storeSchema: IndexedDBStoreSchema): Promise; getStoreSchema(dbName: string, storeName: string): Promise; removeStoreSchema(dbName: string, storeName: string): Promise<{ success: boolean; }>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }