import Auth from './Auth/index';
import CallLog from './CallLog/index';
import Phone from './Phone/index';
import User from './User/index';
import Contact from './Contact/index';
import Api from './Api/index';
import Chat from './Chat/index';
import Config from './Config/index';
import Agent from './Agent/index';
declare const WorkanoSDK: {
    Auth: typeof Auth;
    Api: typeof Api;
    Phone: typeof Phone;
    User: typeof User;
    CallLog: typeof CallLog;
    Contact: typeof Contact;
    Chat: typeof Chat;
    Config: typeof Config;
    Agent: typeof Agent;
};
export default WorkanoSDK;
//# sourceMappingURL=index.d.ts.map