import { APIInteractionResponse } from 'discord-api-types/v9';
export declare class InteractionCommandResponse {
    data: APIInteractionResponse;
    constructor(data: APIInteractionResponse);
}
