export default function classify({ previous, current, next }: { previous: any; current: any; next: any; }): string;