export declare function pos<T>(arr: T[] | Record<string, T>): T | false;
