export declare const arrayPluckAndJoin: (array: readonly T[] | T[], key: keyof T, separator?: string) => string;