import { LOCALE } from "../../../interfaces/types/Locale";
export declare function renderBoostUploadTime(locale: LOCALE, date?: string): string;
