export declare function prependIfMissingIgnoreCase(text?: string | null, prefix?: string): string | null | undefined;
