import { Runtype } from './runtype'; /** * undefined */ declare function undefinedRuntype(): Runtype; export { undefinedRuntype as undefined };