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