export const PlatformConfig: typeof import("./PlatformConfig"); export const PlatformClient: typeof import("./PlatformClient"); export namespace PlatformModel { const AnalyticsPlatformModel: typeof import("./Analytics/AnalyticsPlatformModel"); const AuditTrailPlatformModel: typeof import("./AuditTrail/AuditTrailPlatformModel"); const BillingPlatformModel: typeof import("./Billing/BillingPlatformModel"); const CartPlatformModel: typeof import("./Cart/CartPlatformModel"); const CatalogPlatformModel: typeof import("./Catalog/CatalogPlatformModel"); const CommonPlatformModel: typeof import("./Common/CommonPlatformModel"); const CommunicationPlatformModel: typeof import("./Communication/CommunicationPlatformModel"); const CompanyProfilePlatformModel: typeof import("./CompanyProfile/CompanyProfilePlatformModel"); const ConfigurationPlatformModel: typeof import("./Configuration/ConfigurationPlatformModel"); const ContentPlatformModel: typeof import("./Content/ContentPlatformModel"); const DiscountPlatformModel: typeof import("./Discount/DiscountPlatformModel"); const FileStoragePlatformModel: typeof import("./FileStorage/FileStoragePlatformModel"); const LeadPlatformModel: typeof import("./Lead/LeadPlatformModel"); const ServiceabilityPlatformModel: typeof import("./Serviceability/ServiceabilityPlatformModel"); const OrderPlatformModel: typeof import("./Order/OrderPlatformModel"); const PartnerPlatformModel: typeof import("./Partner/PartnerPlatformModel"); const PaymentPlatformModel: typeof import("./Payment/PaymentPlatformModel"); const SharePlatformModel: typeof import("./Share/SharePlatformModel"); const ThemePlatformModel: typeof import("./Theme/ThemePlatformModel"); const UserPlatformModel: typeof import("./User/UserPlatformModel"); const WebhookPlatformModel: typeof import("./Webhook/WebhookPlatformModel"); }