import { JSONStore } from '@quietmath/moneta'; import { PubConfig } from './schema'; export declare const createViews: (config: PubConfig, store: JSONStore, filePaths: string[], hb: any) => void;