export declare function substringBefore(text?: string | null, separator?: string | null): string | null | undefined;
