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