import { Links } from './Links'; export declare class OsVersionResponse { status?: string; id?: string; links?: Array; constructor(status?: string); withStatus(status: string): OsVersionResponse; withId(id: string): OsVersionResponse; withLinks(links: Array): OsVersionResponse; } //# sourceMappingURL=OsVersionResponse.d.ts.map