import { type SpaceId } from '@dxos/keys'; /** * Returns true if the given peerId belongs to an EDGE replicator (Automerge or Subduction). * * When `spaceId` is provided, the match is scoped to that space (peerId must start with * `:`). When omitted, only the leading service segment is checked * (peerId must start with `:`), which is useful when the caller doesn't have a * spaceId on hand or wants to match any edge replicator regardless of space. */ export declare const isEdgePeerId: (peerId: string, spaceId?: SpaceId) => boolean; //# sourceMappingURL=edge-peer.d.ts.map