import type { AnimalType, PetColors } from './types.js'; export declare function getAnimalType(): AnimalType; export declare const PALETTES: PetColors[]; /** Built-ins + plugin-contributed palettes, concatenated at call time. */ export declare function getAllPalettes(): PetColors[]; export declare function getPetColors(): PetColors;