import type { AuthHint, AuthIO, PlatformAdapter, UnifiedChannel, UnifiedMessage } from './types.js'; export declare class WebexAdapter implements PlatformAdapter { readonly name = "Webex"; private client; private personEmail; login(): Promise; getChannels(): Promise; getMessages(channelId: string, limit?: number): Promise; sendMessage(channelId: string, text: string): Promise; getAuthHint(): AuthHint; authenticate(io: AuthIO): Promise; private ensureClient; } //# sourceMappingURL=webex-adapter.d.ts.map