export declare const joinFormatter: {
    name: string;
    read(value: any[], delimeter: string | undefined): string;
};
