export declare const join: (separator: string | undefined) => (array: ReadonlyArray<unknown>) => string;
