export declare class StorageSelectorsMatchLabels { size?: string; volumeType?: string; metadataEncrypted?: string; metadataCmkid?: string; count?: string; constructor(); withSize(size: string): StorageSelectorsMatchLabels; withVolumeType(volumeType: string): StorageSelectorsMatchLabels; withMetadataEncrypted(metadataEncrypted: string): StorageSelectorsMatchLabels; withMetadataCmkid(metadataCmkid: string): StorageSelectorsMatchLabels; withCount(count: string): StorageSelectorsMatchLabels; } //# sourceMappingURL=StorageSelectorsMatchLabels.d.ts.map