export interface ITransformFilter { using?: string; files?: string[]; ignore?: string[]; }