/** Copy object output. */
export interface StorageCopyObjectOut {
    /** The entity tag is a hash of the object that reflects changes only to the contents. */
    etag: string;
    /** Version ID of the copied object. */
    versionId?: string;
}
//# sourceMappingURL=StorageCopyObjectOut.d.ts.map