export declare const VOLUME_SNAPSHOT_GROUP = "snapshot.storage.k8s.io"; export declare const StorageResourceDefinitions: { readonly VOLUME_SNAPSHOT: { readonly type: "volumesnapshots"; readonly apiGroup: "snapshot.storage.k8s.io"; readonly apiVersion: "v1"; }; }; export declare const STORAGE_RESOURCE_DEFINITIONS: { readonly VOLUME_SNAPSHOT: { readonly type: "volumesnapshots"; readonly apiGroup: "snapshot.storage.k8s.io"; readonly apiVersion: "v1"; }; }; export declare const STORAGE_RESOURCE_TYPES: { readonly VOLUME_SNAPSHOT: "VOLUME_SNAPSHOT"; };