import { CsvFile } from "../CsvFile"; import { MedicationRecordsTimeOfDayNotificationTrigger } from "../../models/MedicationRecordsTimeOfDayNotificationTrigger"; export declare class MedicationRecordsTimeOfDayNotificationTriggerCsv extends CsvFile { private static readonly HEADERS; static create(): MedicationRecordsTimeOfDayNotificationTriggerCsv; getFilename(): string; }