import { NotePropsMeta } from "../types"; import { IDataStore } from "./IDataStore"; export declare type INoteMetadataStore = IDataStore;