export interface UidMapping {
    [typedocId: number]: string;
}
