declare class IMpin { mpin_pin: number; mpin_id_user: string; mpin_expiry_dtm: Date; mpin_used: boolean; mpin_isactive: boolean; } export { IMpin };