export declare const isInAllowedList: <T>(arr: T[] | undefined, val: T) => boolean;
