import { PassportElementErrorTranslationFile } from '../types'; export declare class PassportElementErrorTranslationFileBase implements PassportElementErrorTranslationFile { source: string; type: string; file_hash: string; message: string; }