export type Fragments = Record<string, number>;
export interface Heading {
    level: number;
    text: string;
    fragment: string;
}
