import { PetType } from './types';
export declare const petTypes: PetType[];
