import { readChannelAllowFromStore } from "../pairing/pairing-store.js";

export const auditChannelAllowFromRuntime = {
  readChannelAllowFromStore,
};
