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