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