import type { Lines } from '../types'; export declare const BULLET_POINTS: string[]; export declare const getBulletPointsFromLines: (lines: Lines) => string[]; export declare const getFirstBulletPointLineIdx: (lines: Lines) => number | undefined; export declare const getDescriptionsLineIdx: (lines: Lines) => number | undefined;