export declare function _segment(raw: string): string[];
export declare function segment(text: string, separator: string): string;
