declare const join: (glue: string) => (input: string[]) => string; export default join; //# sourceMappingURL=join.d.ts.map