import { type CitationIndexQuery } from "./types";
/**
 * Builds the BYU Scripture Citation Index API URL from parameters.
 */
export declare function buildCitationIndexUrl(params: CitationIndexQuery): string;
