








export interface IOptions {
    maxDataSize?: number;
    databasePath?: string;
}