import type { ChannelPairingAdapter } from '../plugins/types.adapters.js'; import type { PairingCliChannel } from './pairing-channel.js'; /** File-based pairing store adapter shared by telegram / feishu / weixin plugins. */ export declare function createStandardPairingAdapter(pairingChannel: PairingCliChannel): ChannelPairingAdapter;