import type { Lang } from '../typings';
export declare const CUSTOM_ID_REGEXP: RegExp;
export declare const CUSTOM_ID_EXCEPTION = "[{#T}]";
export declare const ANCHOR_TITLES: Record<Lang, string>;
