import { IdentityDocument } from '@airgram-dev/core'; /** A Telegram Passport element containing the user's driver license */ export declare class PassportElementDriverLicenseBaseModel { _: 'passportElementDriverLicense'; /** Driver license */ driverLicense: IdentityDocument; }