import { PostStore, StoreOption } from '../typings';
export declare const getStore: ({ postDir, storeName, perPage, pageParam, shouldUpdate, watchMode, incremental, imageMaxWidth, }: StoreOption) => Promise<PostStore>;
