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