export interface Unit { singular: string; plural: string; toBase: number; abbr?: string; }