export interface IdMapper { map(namespace: string, source: string): Promise; get(namespace: string, source: string): Promise; }