import type { Data, Lyra, PropertiesSchema } from "../types/index.js"; export declare function load(lyra: Lyra, { index, docs, schema, frequencies, tokenOccurrencies, defaultLanguage, fieldLengths, avgFieldLength }: Data): Promise;