export declare const arrayPluck: (array: readonly T[] | T[], key: keyof T) => T[keyof T][];