/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ export declare class IDPATIENT { constructor(json: JSON | any); s?: IDPATIENT.SEnum; sl?: string; sv?: string; value?: string; } export declare namespace IDPATIENT { type SEnum = "ID_PATIENT" | "INSS" | "EID_CARDNO" | "SIS_CARDNO" | "ISI_CARDNO" | "LOCAL"; const SEnum: { IDPATIENT: SEnum; INSS: SEnum; EIDCARDNO: SEnum; SISCARDNO: SEnum; ISICARDNO: SEnum; LOCAL: SEnum; }; }