/** * Fraction of unique non-stopword query tokens that appear in (title + snippet). * Range: [0, 1]. */ export declare function lexicalAlignment(query: string, title: string, snippet: string): number; //# sourceMappingURL=lexical-alignment.d.ts.map