import { CtxGenOptions } from '../types/index.js';
/**
 * Create an index file for the documentation
 * @param options - CtxGen options
 */
export declare function createIndex(options: CtxGenOptions): Promise<void>;
