export declare class NeDBModel {
    private _id;
    constructor(id: string);
    readonly id: string;
}
