import { LineNotificationsLogsFrequencyEnum } from './LineNotificationsLogsFrequencyEnum';
/** Error logging notifications options */
export interface LineNotificationsLogsOptions {
    /** Email address where to send notifications */
    email?: string;
    /** Frequency at which the notifications will be send */
    frequency?: LineNotificationsLogsFrequencyEnum;
    /** Send a blank notification if there is no diagnosticReports entries for the period */
    sendIfNull?: boolean;
}
//# sourceMappingURL=LineNotificationsLogsOptions.d.ts.map