export declare function removeOccurrence(text: string, part: string | RegExp): string;
