import { Measurement } from './Measurement'; const cent = '%'; type Cent = '%'; type Percent = Measurement; export { cent }; export type { Cent, Percent };