export declare function removeEndIgnoreCase(text?: string | null, remove?: string | null): string | null | undefined;
