export { cast }; export { castProp }; declare function cast(_thing: unknown): asserts _thing is Type; declare function castProp(_obj: object, prop: PropertyKey): asserts _obj is Record;