import { type APIInteraction } from "discord-api-types/v10"; import type { BaseInteractionMethods } from "../../types/interaction.ts"; export declare function baseInteractionMethods(interaction: APIInteraction): BaseInteractionMethods;