export declare function isSomeEnum>(e: T): (token: unknown) => token is T[keyof T]; //# sourceMappingURL=type-guard.d.ts.map