import { Point } from 'tfjs-image-recognition-base'; import { FaceLandmarks } from './FaceLandmarks'; export declare class FaceLandmarks5 extends FaceLandmarks { protected getRefPointsForAlignment(): Point[]; }