export declare function appendIfMissingIgnoreCase(text?: string | null, suffix?: string | null): string | null | undefined;
