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