import * as lowdb from "lowdb";

declare const NativeScriptAdapter: lowdb.AdapterAsync;
export = NativeScriptAdapter;
