sam522's picture
node
d4b85c0
raw
history blame contribute delete
262 Bytes
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