import { Type, mixed } from 'io-ts';
import { Discrete } from '../Discrete';
export declare const getDiscrete: <D extends string, U extends string>(dimension: D, unit: U) => Type<Discrete<D, U>, string, mixed>;
