/** * casts value to the specified type or tries to infer the type itself */ export declare function cast(value: any): T;