import { ModerationDecision } from '../decision.js'; import type { Label, ModerationOpts, ModerationSubjectProfile } from '../types.js'; export declare function decideAccount(subject: ModerationSubjectProfile, opts: ModerationOpts): ModerationDecision; export declare function filterAccountLabels(labels?: Label[]): Label[]; //# sourceMappingURL=account.d.ts.map