/** * Yields iterator of characters in the closed `[from,to]` interval. Uses * reverse ordering if `to` < `from`. * * @param from - * @param to - */ export declare function charRange(from: string | number, to: string | number): Generator; //# sourceMappingURL=range.d.ts.map