/**
 * llms-full.txt content generation
 * Simple concatenation of llms.txt + all markdown content
 */
import type { DocInfo, DirectoryConfig, Logger } from '../types';
/**
 * Build complete llms-full.txt content
 * Takes the llms.txt content and appends all markdown content read from files
 * @internal
 */
export declare function buildLlmsFullTxtContent(llmsTxtContent: string, docs: DocInfo[], directories: DirectoryConfig, logger: Logger): Promise<string>;
//# sourceMappingURL=full-index-builder.d.ts.map