export declare class CopyImageInRegionRequestBody { private 'cmk_id'?; description?: string; private 'enterprise_project_id'?; name?: string; constructor(name?: string); withCmkId(cmkId: string): CopyImageInRegionRequestBody; set cmkId(cmkId: string | undefined); get cmkId(): string | undefined; withDescription(description: string): CopyImageInRegionRequestBody; withEnterpriseProjectId(enterpriseProjectId: string): CopyImageInRegionRequestBody; set enterpriseProjectId(enterpriseProjectId: string | undefined); get enterpriseProjectId(): string | undefined; withName(name: string): CopyImageInRegionRequestBody; } //# sourceMappingURL=CopyImageInRegionRequestBody.d.ts.map