import { type ChannelIntegrationRecorder } from './channel-integration-recorder'; export declare function recordAdapterCalls(platform: string, adapter: unknown, recorder?: ChannelIntegrationRecorder, methodsToRecord?: string[]): unknown;