export declare function startsWithIgnoreCase(text?: string | null, prefix?: string | null): boolean;
