2021-05-25 14:58:20 +02:00
|
|
|
/**
|
|
|
|
* Emotion Module
|
|
|
|
*/
|
2021-03-17 23:57:00 +01:00
|
|
|
export declare function load(config: any): Promise<any>;
|
2021-05-18 17:36:24 +02:00
|
|
|
export declare function predict(image: any, config: any, idx: any, count: any): Promise<unknown>;
|