/** The file contains an error. The error will be considered resolved when the file changes */ export declare class PassportElementErrorSourceFileBaseModel { _: 'passportElementErrorSourceFile'; /** Index of a file with the error */ fileIndex: number; }