/** * HandPose module entry point */ import { Hand } from '../result'; export declare function predict(input: any, config: any): Promise; export declare function load(config: any): Promise<[unknown, unknown]>;