import { RawUnit, UnitContent } from "../types"; /** * Any steps for validating and preparing the unit content should go here * * @param unit * @returns */ export default function processUnitContent(rawUnit: RawUnit): UnitContent;