import { Type, mixed } from 'io-ts';
import { Dense } from '../Dense';
export declare const getDense: <D extends string>(dimension: D) => Type<Dense<D>, [string, string], mixed>;
