import { PassportElementErrorTranslationFiles } from '../types'; import { array } from '../types'; export declare class PassportElementErrorTranslationFilesBase implements PassportElementErrorTranslationFiles { source: string; type: string; file_hashes: array; message: string; }