import { EncryptedPassportElement } from '../types'; import { array, PassportFile } from '../types'; export declare class EncryptedPassportElementBase implements EncryptedPassportElement { type: string; data: string; phone_number: string; email: string; files: array; front_side: PassportFile; reverse_side: PassportFile; selfie: PassportFile; translation: array; hash: string; }