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