export interface FilterDescription {
    getDescription(): string | null;
}
