UNPKG

227 BTypeScriptView Raw
1export declare const stopFaceDetect: () => Promise<{
2 errMsg: string;
3}>;
4export declare const initFaceDetect: () => Promise<{
5 errMsg: string;
6}>;
7export declare const faceDetect: () => Promise<{
8 errMsg: string;
9}>;