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