export declare const aliasMap: Map<string, string[]>;
export declare const getAllSupportedAliases: () => IterableIterator<string>;
