2021-05-22 19:17:07 +02:00
|
|
|
import { Gesture } from '../result';
|
|
|
|
export declare const body: (res: any) => Gesture[];
|
|
|
|
export declare const face: (res: any) => Gesture[];
|
|
|
|
export declare const iris: (res: any) => Gesture[];
|
|
|
|
export declare const hand: (res: any) => Gesture[];
|