import { ActionRowBuilder } from 'discord.js'; declare function CreateRow(...components: any[]): ActionRowBuilder; export default CreateRow;