import { Provider } from '@nestjs/common';
import { Client } from 'discord.js';
export declare const ClientProvider: Provider<Client>;
