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