export enum OwOmode {
  low,
  medium,
  high,
}

export function OwOify(text: String, level: OwOmode): String;