export declare class NeDBConfig {
    applicationName: string;
    createExplicitDB: boolean;
    inMemoryDB: boolean;
    storeInUserHome: boolean;
}
