import { DiscordAPIError } from "discord.js"; export declare function ignore(errors: number[]): (error: Error | DiscordAPIError) => void;