import { FaceExpression as VRMFaceExpression } from "@davidcks/r3f-vrm";
import { DistilbertGoEmotion } from "./MimicFaceProfileDefault";
import { ProfileManager, ProfileNames } from "./ProfileManager";
export declare class MimicFaceProfileManager extends ProfileManager<DistilbertGoEmotion, ProfileNames<DistilbertGoEmotion>> {
    constructor(opt?: {
        preset?: "emotionBased";
    });
    /**
     * Predict emotions from current blendshape values with better scoring
     */
    predictEmotion(blendshapes: Map<string, number>): VRMFaceExpression;
    private normalizeFaceExpression;
}
//# sourceMappingURL=MimicFaceProfileManager.d.ts.map