import type { ApiDescriptionInfo } from '../../types.js'; /** The form the API lookup compares titles in, so a collision here is a collision there. */ export declare function apiTitleKey(name: string): string; /** How many APIs carry each title, keyed by `apiTitleKey`, so a shared title is detectable. */ export declare function countApiTitles(apis: ApiDescriptionInfo[]): Map; //# sourceMappingURL=api-titles.d.ts.map