export declare function get_chapters(book: string): number[];
export declare function get_verses(book: string, chapter: number): number[];
