export { KiChannel } from './lib/KiChannel';
import { KiChatjs } from './KiChatjs';
export { KiChatjs, type ClientOptions, type ClientEvents } from './KiChatjs';
export * from './types/events';
declare const _default: {
    KiChatjs: typeof KiChatjs;
};
export default _default;
