import type { LocalProject } from './types.js'; export declare function tocFromProject(project: Pick, dir?: string): any; export declare function writeTOCToConfigFile(project: Omit, srcPath: string, dstPath: string): Promise; //# sourceMappingURL=toTOC.d.ts.map