/** * Adds Persian letter spacing to the given sentence. * @param {string} sentence - The sentence to add Persian letter spacing to. * @returns The sentence with Persian letter spacing added. */ export declare const PersianLetterSpacing: (sentence: string) => string;