export { WahaProvider } from './WahaProvider';
export interface WahaProviderConfig {
    url: string;
    token: string;
    session: string;
}
