import { APIInteraction } from "discord-api-types/v10"; import { DiscordApplication, ResponseCallback } from "../DiscordApplication.js"; import { InteractionContext } from "../index.js"; export declare function _handleInteraction(this: DiscordApplication, interaction: APIInteraction, timestamps: { signature: Date; received: Date; }, responseCallback: ResponseCallback): Promise;