/** * Returns the type of the object as a string * @param o */ export default function getType(o: unknown): string;