export declare class StringUtils {
    static join(input: string | string[], separator: string): string;
}
