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