export declare class VolumeMetadata { private '__system__encrypted'?; private '__system__cmkid'?; constructor(); withSystemEncrypted(systemEncrypted: string): VolumeMetadata; set systemEncrypted(systemEncrypted: string | undefined); get systemEncrypted(): string | undefined; withSystemCmkid(systemCmkid: string): VolumeMetadata; set systemCmkid(systemCmkid: string | undefined); get systemCmkid(): string | undefined; } //# sourceMappingURL=VolumeMetadata.d.ts.map