export interface TableMetadataArgs { target: Function; options?: IDBObjectStoreParameters; name: string; }