import { Label, ModerationSubjectProfile, ModerationOpts, ModerationDecision } from '../types';
export declare function decideAccount(subject: ModerationSubjectProfile, opts: ModerationOpts): ModerationDecision;
export declare function filterAccountLabels(labels?: Label[]): Label[];