/** * Generic translate function use in backend. * * @param x */ export declare function t(x: string, lang?: string): string;