import type { CommentPluginFrontmatter } from '../../shared';
export declare const resolveEnablePageViews: (frontmatter: CommentPluginFrontmatter) => boolean;
