/// <reference types="node" />
import { PostStore } from '../typings';
import { FSWatcher } from 'fs';
export declare const storeMap: Map<string, PostStore>;
export declare const watcherMap: Map<string, FSWatcher>;
