export interface FaceVerify {
    isGenuine: boolean;
    score: number;
}
//# sourceMappingURL=FaceVerify.d.ts.map