export declare const MAX_TITLE_LENGTH = 256; export declare const TITLE_LENGTH_WARNING_LIMIT = 128; export declare function getTitle(title: string): string; //# sourceMappingURL=sectionHeaderHelper.d.ts.map