import type { Strapi } from '@strapi/strapi'; export default function destroy({ strapi }: { strapi: Strapi; }): Promise;