import { type Camelize } from "../helpers/utils.js"; import { type Signal } from "../helpers/await.js"; import { type Components, type FetchConfig } from "./client/index.js"; type Response = Components["schemas"]["VersionInfo"]; type AssertedResponse = Required; export type Version = Camelize; export declare function getVersion(config: FetchConfig, signal?: Signal): Promise; export {}; //# sourceMappingURL=version.d.ts.map