import { Runtype } from './runtype'; /** * Shortcut for a type or null. */ export declare function nullOr(t: Runtype): Runtype;