export type StateType = 'UNTRANSLATED' | 'TRANSLATED' | 'REVIEWED' | 'DISABLED'; export type StateInType = Exclude; type StateStruct = Record; export declare const TRANSLATION_STATES: StateStruct; export declare const STATES_FOR_UPDATE: string[]; export {};