export interface IAttributeProcessor {
    (toRemove: string[], attr: Attr): boolean;
}
