export declare const remove: <T extends string = string>(removeFrom: T[], removeWhat: T[]) => T[];
