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