import type { HttpTransport } from "../http.js"; import type { LatestVerdictInput, VerdictResponse } from "../types/verdicts.js"; export declare class VerdictsResource { private readonly http; constructor(http: HttpTransport); latest(input?: LatestVerdictInput): Promise; } //# sourceMappingURL=verdicts.d.ts.map