export default function findNearestPrefixFromArray<T extends string>(arrayPrefixes: T[], name: string): T | undefined;
