export default FaceRecognition; declare class FaceRecognition { static config: { wx: { environment: number; business: number; id: number; }; app: { environment: number; muckacabao: { business: number; id: number; }; mucyanxuan: { business: number; id: number; }; mucxiaoyusan: { business: number; id: number; }; mucconsultant: { business: number; id: number; }; other: { environment: number; business: number; id: number; }; }; h5: { environment: number; business: number; id: number; }; }; constructor(options: any); h5MiddleUrl: string; options: any; _isAPP(): any; getId(): Promise<{ id: any; scene: string; }>; _wxFace(res: any): void; _appFace(res: any): void; _h5Face(res: any): void; _miniFace(res: any): void; _h5JumpToVerify(res: any): void; _invokeAppSdk(params: any): void; _faceIdSuccess(data: any): Promise; goFace(): void; goFaceCheck(): void; faceCheck(param: any): void; _faceInit(param: any): void; getResult(data: any): Promise; _getFaceCheck(): Promise; _checkTencentSupport(): Promise; getAppSupportList(): Promise; _getSupportList(): Promise; formatUrl(url: any): any; }