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