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