import { Provider } from "@nestjs/common";
import { Client } from "whatsapp-web.js";
export declare const ClientProvider: Provider<Client>;
