export declare class FormatConverter {
    static replaceNewLineCodes(input: string, newValue: string): string;
}
