import { Context } from '../context'; import { PredicatePlugin, PredicateTable } from '../plugin'; export declare class CommentsPredicate extends PredicatePlugin { apply(args: string[], ctx: Context): boolean; } export declare class DisqusPredicate extends PredicatePlugin { apply(args: string[], ctx: Context): boolean; } export declare const SOCIAL_PREDICATES: PredicateTable;