export declare const modelLoadJson: () => Promise<{ [key: string]: any; }>; export declare const modelLoadWeights: () => Promise;