export declare const joinWithoutSeparator: (array: readonly unknown[]) => string;
