export declare const DESKTOP_PET_SCHEMA_VERSION: 2; export declare const DESKTOP_PET_ACTIONS: readonly ["idle", "sleep", "wake", "greet", "prepare", "research", "read", "create", "execute", "wait", "success", "concern", "pet", "pickedUp", "released"]; export type DesktopPetPackageAction = (typeof DESKTOP_PET_ACTIONS)[number];