export declare function rsplit_once(delimiter: string, str: string): [string, string] | null;