import { ValorantApiComService } from "../client/ValorantApiComService";
import type { Response } from "../client/ValorantApiComService";
export declare namespace Version {
    interface Version {
        manifestId: string;
        branch: string;
        version: string;
        buildVersion: string;
        engineVersion: string;
        riotClientVersion: string;
        riotClientBuild: string;
        buildDate: string | Date;
    }
}
export declare class Version extends ValorantApiComService {
    get(): Response<Version.Version>;
}
