export interface FilterOptions { only?: string[]; except?: string[]; }