import WhatsappAPI from "./WhatsappApi";

export {
    IncomingMessage,
} from "./types";

export default WhatsappAPI;
module.exports = WhatsappAPI;
