import { ID2IndexDbConfig } from '../interfaces'; export declare class D2IndexDbConfig implements ID2IndexDbConfig { #private; namespace: string; version: number; models: Record; constructor(config?: Partial); }