import { Aliyah } from './types';
export declare function formatVerseToHebrew(chapVerse: string): string;
/**
 * Formats an aliyah object like "Numbers 28:9-15"
 */
export declare function formatAliyahShort(aliyah: Aliyah, showBook: boolean, language?: string): string;
