import type { PassageReference } from '@gracious.tech/bible-references'; export declare function wrap_verse_parts(root: HTMLElement): void; export declare function add_passage_class(container: HTMLElement, passage: PassageReference, clas: string): void; export declare function rm_passage_class(container: HTMLElement, clas: string): void;