import type { CuiValueOf } from '@cuby-ui/cdk'; export declare const CuiStorageObjectType: { readonly CREATED: "CREATED"; readonly INSERTED: "INSERTED"; }; export type CuiStorageObjectType = CuiValueOf;