import type { Point } from "react-native-vision-camera";
export interface Landmarks {
    LEFT_CHEEK?: Point;
    LEFT_EAR?: Point;
    LEFT_EYE?: Point;
    MOUTH_BOTTOM?: Point;
    MOUTH_LEFT?: Point;
    MOUTH_RIGHT?: Point;
    NOSE_BASE?: Point;
    RIGHT_CHEEK?: Point;
    RIGHT_EAR?: Point;
    RIGHT_EYE?: Point;
}
//# sourceMappingURL=Landmarks.d.ts.map