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