/** * The **Any** type validates for any non-null value. */ export declare type Any = "Any";