export declare function splitOnce(value: string, separator: string): [string, string?];
