export declare const contains: <T>(enumType: Record<string, T>, value: T | T[]) => boolean;
