declare module "CfLog"
declare module "ECommerce";
declare module "Loyalty";
declare module "Navigation";
declare module "ELearning";
declare module "Payments";

declare module "@causalfoundry/js-sdk" {
    export * from "ECommerce/typings"
    export * from "ELearning/typings"
    export * from "Loyalty/typings"
    export * from "Navigation/typings"
    export * from "Payments/typings"
    export * from "typings.common"

    export { CfLog } from "CfLog"
    export { ECommerce } from "ECommerce"
    export { ELearning } from "ELearning"
    export { Loyalty } from "Loyalty"
    export { Navigation } from "Navigation"
    export { Payments } from "Payments"
}