declare function implode(input: string | (string | string[])[]): string; export default implode;