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