import * as discord_js from 'discord.js';

declare const FailedProcess: (description: string) => discord_js.EmbedBuilder;

export { FailedProcess };
