import type { ChatType } from "../channels/chat-type.js";
export declare function peerKindMatches(bindingKind: ChatType, scopeKind: ChatType): boolean;
