import type { APIInteraction } from "discord-api-types/v10"; import type { Interaction } from "../../types/interaction.ts"; export declare function createInteraction(input: T): Interaction;