import * as ts from 'typescript'; export declare const COMMON_IDENTIFIERS: { readonly idToDelete: ts.Identifier; readonly mergedResult: ts.Identifier; readonly deleteIndex: ts.Identifier; readonly includes: ts.Identifier; readonly removeUnusedIndexes: ts.Identifier; readonly delete: ts.Identifier; readonly open: ts.Identifier; readonly indexedDB: ts.Identifier; readonly sortBy: ts.Identifier; readonly objectStore: ts.Identifier; readonly objectStoreNames: ts.Identifier; readonly contains: ts.Identifier; readonly storeName: ts.Identifier; readonly keyPath: ts.Identifier; readonly createObjectStore: ts.Identifier; readonly createIndex: ts.Identifier; readonly never: ts.Identifier; readonly query: ts.Identifier; readonly indexName: ts.Identifier; readonly indexNames: ts.Identifier; readonly target: ts.Identifier; readonly range: ts.Identifier; readonly executeQuery: ts.Identifier; readonly where: ts.Identifier; readonly all: ts.Identifier; readonly arg: ts.Identifier; readonly add: ts.Identifier; readonly error: ts.Identifier; readonly get: ts.Identifier; readonly getAll: ts.Identifier; readonly put: ts.Identifier; readonly init: ts.Identifier; readonly index: ts.Identifier; readonly store: ts.Identifier; readonly db: ts.Identifier; readonly from: ts.Identifier; readonly to: ts.Identifier; readonly then: ts.Identifier; readonly mode: ts.Identifier; readonly count: ts.Identifier; readonly globalThis: ts.Identifier; readonly undefined: ts.Identifier; readonly storeNames: ts.Identifier; readonly options: ts.Identifier; readonly onerror: ts.Identifier; readonly onsuccess: ts.Identifier; readonly resolve: ts.Identifier; readonly reject: ts.Identifier; readonly result: ts.Identifier; readonly transaction: ts.Identifier; readonly tx: ts.Identifier; readonly withJoins: ts.Identifier; readonly IndexName: ts.Identifier; readonly RangeQuery: ts.Identifier; readonly ArgType: ts.Identifier; readonly ReturnType: ts.Identifier; readonly WithJoins: ts.Identifier; readonly ReadonlyArray: ts.Identifier; readonly tablesForTransaction: ts.Identifier; readonly createDatabaseClient: ts.Identifier; readonly nextId: ts.PrivateIdentifier; readonly SubscriptionEvent: ts.Identifier; readonly event: ts.Identifier; readonly listeners: ts.PrivateIdentifier; readonly ItemType: ts.Identifier; readonly PrimaryKeyType: ts.Identifier; readonly Observable: ts.Identifier; readonly subscribe: ts.Identifier; readonly eventName: ts.Identifier; readonly callback: ts.Identifier; readonly _push: ts.Identifier; readonly data: ts.Identifier; readonly type: ts.Identifier; readonly innerMap: ts.Identifier; readonly Map: ts.Identifier; readonly Object: ts.Identifier; readonly Promise: ts.Identifier; readonly Reflect: ts.Identifier; readonly Set: ts.Identifier; readonly Array: ts.Identifier; readonly Error: ts.Identifier; readonly has: ts.Identifier; readonly forEach: ts.Identifier; readonly set: ts.Identifier; readonly IDBKeyRange: ts.Identifier; readonly IDBDatabase: ts.Identifier; readonly IDBRequest: ts.Identifier; readonly IDBTransaction: ts.Identifier; readonly IDBTransactionMode: ts.Identifier; readonly IDBObjectStore: ts.Identifier; readonly IDBIndex: ts.Identifier; readonly IDBObjectStoreParameters: ts.Identifier; readonly IDBIndexParameters: ts.Identifier; readonly DBOpenRequest: ts.Identifier; readonly DBAddRequest: ts.Identifier; readonly DBGetRequest: ts.Identifier; readonly DBPutRequest: ts.Identifier; readonly DBDeleteRequest: ts.Identifier; };