export declare const createLookup: (items: T[], lookupKey: keyof T | ((item: T) => string)) => Record;