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