export declare const celebrity: {
    actor: string[];
    business: string[];
    sport: string[];
};
