import { BaseAdRuleSlot } from './baseAdRuleSlot';
export interface UnknownAdRuleSlot extends BaseAdRuleSlot {
}
