export declare const names: {
    [key: string]: {
        [key: string]: string[];
    };
};
