/**
* @internal
* 
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
*/
export type IsAny<T> = 0 extends 1 & T ? true : false;
//# sourceMappingURL=IsAny.d.ts.map
