import { Client, Message } from 'discord.js'; import { bumpOptions } from '../bumpReminder'; /** * ## _~bumpSystem~_ * @deprecated Use {@link bumpReminder()} * * @async * @param {Client} client * @param {Message|bumpOptions} message `Message` | [`bumpOptions`](https://simplyd.js.org/docs/systems/bumpreminder#bumpoptions) * @param {bumpOptions} options [`bumpOptions`](https://simplyd.js.org/docs/systems/bumpreminder#bumpoptions) * @returns {Promise} `boolean` * */ export declare function bumpSystem(client: Client, message: Message | bumpOptions, options: bumpOptions): Promise;