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