export declare const StorageContainerType: { readonly Azure: "Azure"; readonly Local: "Local"; readonly Google: "Google"; readonly AzureV1: "Azure_V1"; }; export type StorageContainerType = (typeof StorageContainerType)[keyof typeof StorageContainerType];