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