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