export const importPicker = Promise>(imp: T) => (exp: keyof Awaited>) => () => imp().then(m => m[exp]);