@kosko/templateOptionKeyRefsOptionKeyRefs typeSignature:export declare type OptionKeyRefs<T> = T | readonly T[] | Record<string, T | readonly T[]>;