import { http } from "cloudly-http"; export declare class Version { private readonly client; constructor(client: http.Client); fetch(): Promise; }