export declare class ShowVersionRequest { version?: string; constructor(version?: string); withVersion(version: string): ShowVersionRequest; } //# sourceMappingURL=ShowVersionRequest.d.ts.map