/** * 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. */ import { FCMAXType } from "./FCMAXType"; import { FCMINType } from "./FCMINType"; import { RRMAXType } from "./RRMAXType"; import { RRMINType } from "./RRMINType"; export declare class HolterType { constructor(json: JSON | any); bgsv?: string; bgv?: string; brady?: string; dblsv?: string; dblv?: string; essv?: string; esv?: string; fcavg?: string; fcavgd?: string; fcavgn?: string; fcmax?: FCMAXType; fcmin?: FCMINType; _long?: string; pause?: string; qrstot?: string; rrinst?: string; rrmax?: RRMAXType; rrmin?: RRMINType; salvsv?: string; salvv?: string; tachy?: string; tachysv?: string; tgsv?: string; tgv?: string; }