import { AddDelimiterOptions } from './addDelimiter'; /** * 从右边开始添加分隔符 * @category String * @param value * @param options * @returns {string} */ export declare const addDelimiterRight: (value: string | undefined, options: Omit) => string;