export declare const NSFW_CLASSES: {
    [classId: number]: 'Drawing' | 'Hentai' | 'Neutral' | 'Porn' | 'Sexy';
};
