import { APIApplicationCommandInteraction } from 'discord-api-types/v10'; import { CommandInteraction } from '../structures/CommandInteraction.js'; import { FastifyReply } from 'fastify'; export declare function commandType(data: APIApplicationCommandInteraction, reply: FastifyReply): CommandInteraction;