import makeWASocket from './Connection'; export * from './Proto'; export * from './Settings'; export * from './Models'; export * from './Mode'; export * from './Internal'; export * from './Storage'; export declare type WASocket = ReturnType; export declare type AnyWASocket = WASocket; export default makeWASocket;