/** * Customer Domain - Providers */ import * as WhmcsModule from "./whmcs"; export const Whmcs = WhmcsModule; export { WhmcsModule }; export * from "./whmcs";