export declare function hasRecencyIntent(query: string, now?: Date): boolean; export declare function recencyFactor(publishedDate: string | undefined, now?: Date): number; //# sourceMappingURL=recency.d.ts.map