Spaces:
Running
Running
File size: 262 Bytes
d4b85c0 |
1 2 3 4 |
import { Client } from "../client";
import type { PredictReturn } from "../types";
export declare function predict(this: Client, endpoint: string | number, data?: unknown[] | Record<string, unknown>): Promise<PredictReturn>;
//# sourceMappingURL=predict.d.ts.map |