import type { FindSimilarInput } from '../../types.js'; export type FindSimilarMode = 'auto' | 'cache' | 'web-expansion' | 'crawl-rank'; export declare function selectMode(input: FindSimilarInput): FindSimilarMode; //# sourceMappingURL=mode.d.ts.map