Spaces:
Paused
Paused
File size: 261 Bytes
9ada4bc |
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 |