import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { n as RuntimeEnv } from "./runtime-BPmgxFyD.js"; //#region src/channels/plugins/pairing.types.d.ts type ChannelPairingAdapter = { idLabel: string; normalizeAllowEntry?: (entry: string) => string; notifyApproval?: (params: { cfg: KlawConfig; id: string; accountId?: string; runtime?: RuntimeEnv; }) => Promise; }; //#endregion export { ChannelPairingAdapter as t };