import { RuntypeBase } from '../runtype'; /** * Construct a possibly-recursive Runtype. */ export declare function Lazy(delayed: () => A): A;