import type { SearchNode } from './nodes/types'; export declare function joinSectionContent(sections: SearchNode[]): string; //# sourceMappingURL=join-section-content.d.ts.map