import { KalturaObjectMetadata } from '../kaltura-object-base';
import { KalturaEventNotificationTemplate, KalturaEventNotificationTemplateArgs } from './KalturaEventNotificationTemplate';
export interface KalturaBooleanNotificationTemplateArgs extends KalturaEventNotificationTemplateArgs {
}
export declare class KalturaBooleanNotificationTemplate extends KalturaEventNotificationTemplate {
    constructor(data?: KalturaBooleanNotificationTemplateArgs);
    protected _getMetadata(): KalturaObjectMetadata;
}
