human/types/handpose/handpose.d.ts

4 lines
179 B
TypeScript

import { Hand } from '../result';
export declare function predict(input: any, config: any): Promise<Hand[]>;
export declare function load(config: any): Promise<[Object, Object]>;