import { Profile } from "./ProfileManager";
import { FaceExpression } from "piper-wasm/expressions";
export type DistilbertGoEmotion = keyof ReturnType<typeof FaceExpression.createDistilbertGoEmotion>;
export declare const emotionBasedPreset: {
    profiles: [
        Profile<DistilbertGoEmotion>["name"],
        Profile<DistilbertGoEmotion>
    ][];
    currentSamples: [Profile<DistilbertGoEmotion>["name"], [string, number][]][];
};
//# sourceMappingURL=MimicFaceProfileDefault.d.ts.map