export declare namespace NeverType {
    type IsNever<T> = [T] extends [never] ? true : false;
}
//# sourceMappingURL=never.type.d.ts.map