// This file was generated automatically!
// I'm not responsible for the quality of this code!

// The module is made in TypeScript.
// See the source code here:
// https://github.com/shadowplay1/discord-leveling-super

// Thanks!

/**
 * LevelingError class.
 */
declare class LevelingError extends Error {
    /**
     * Creates an 'LevelingError' instance.
     * @param {string | Error} message Error message.
     */
    constructor(message?: any);
}
export = LevelingError;
