import { backendText } from '../../../common/BackendTexts'; import { DefaultsJobs } from '../../../common/entities/job/JobDTO'; export declare class BackendtextService { get(id: backendText | string): string; getJobName(job: DefaultsJobs | string): string; getJobDescription(job: DefaultsJobs | string): string; }