import { String } from "../types";
import { ICharacter } from "../types/_character";
import { INumeric } from "../types/_numeric";
export declare function segment(input: {
val: ICharacter | string;
index: INumeric | number;
sep: ICharacter | string;
}): String;