export declare class Formatters {
    static joinSingleQuoted(...packageIdentifiers: string[]): string;
}
