declarefunctionsliceUntilModern(text: string, endIndex: number): string;
/** Creates a slice of {@link text} from the start until the {@link endIndex}th grapheme (basically character). */exportdeclareconstsliceUntil: typeof sliceUntilModern;
export {};