declare module "pet-pet-gif" { function petPetGif(image: string): Promise; export = petPetGif; }