import AgentWeb from "./src/agent/web"; import AgentRTM from "./src/agent/rtm"; import * as AgentObjects from "./src/agent/structures"; import CustomerWeb from "./src/customer/web"; import CustomerRTM from "./src/customer/rtm"; import * as CustomerObjects from "./src/customer/structures"; import ConfigurationAPI from "./src/configuration"; import * as ConfigurationObjects from "./src/configuration/structures"; export declare const Agent: { Web: typeof AgentWeb; RTM: typeof AgentRTM; Objects: typeof AgentObjects; }; export declare const Customer: { Web: typeof CustomerWeb; RTM: typeof CustomerRTM; Objects: typeof CustomerObjects; }; export declare const Configuration: { Web: typeof ConfigurationAPI; Objects: typeof ConfigurationObjects; }; export * as Webhooks from "./src/webhooks"; export * as Auth from "./src/authorization"; //# sourceMappingURL=index.d.ts.map