export declare class Translation { value: string; locale: string; constructor(value: string, locale: string); }