import Runtype from "./Runtype.js"; /** * Constructs a possibly-recursive runtype. */ declare const Lazy: (delayed: () => R) => R; export default Lazy;