import type { Article } from './types'; export declare const articleIsNotCurrentPage: (article: Article) => boolean;