import { Runtype } from './runtype'; /** * A value to ignore (typed as unknown and always set to undefined). */ export declare function ignore(): Runtype;