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