declare const ArrayPrototypeJoin: (t: T[], separator?: string) => string; export = ArrayPrototypeJoin;