export default class HeadingIdGenerator { private table; constructor(); generateId(heading: string): string; }