/** * One of files with the translation of the document contains an error. The error will * be considered resolved when the file changes */ export declare class PassportElementErrorSourceTranslationFileBaseModel { _: 'passportElementErrorSourceTranslationFile'; /** Index of a file with the error */ fileIndex: number; }