import type { Section } from "@bluecadet/launchpad-utils/types"; import type { ContentState } from "./content-state.js"; export declare function buildContentSection(contentState: ContentState): Section; //# sourceMappingURL=content-summarize.d.ts.map