import { FaceStatus } from "./face_status"; import { Face, Shape, Status } from "./types"; export { FaceStatus }; export type { Face, Status }; export declare function getFaceStatus(faces: any, shape: Shape, options?: {}): { status: Status; face: Face; };