export declare function formatDate(date: Date): string;
export declare function removeLineBreakers(string?: string): string;
