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