/** * @ignore */ export declare function setAlias(map: T, name: keyof T, alias: string): void;