import Store from './Store'; declare class FileStore extends Store { constructor(path: string, data?: any); } export default FileStore;