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