import { type Keyring, type LinkMap } from '@localfirst/crdx'; import { type TeamGraph } from './types.js'; export declare const EMPTY: LinkMap; export declare const serializeTeamGraph: (graph: TeamGraph) => Uint8Array; export declare const deserializeTeamGraph: (serialized: Uint8Array, keys: Keyring) => TeamGraph; export declare const maybeDeserialize: (source: Uint8Array | TeamGraph, teamKeyring: Keyring) => TeamGraph; //# sourceMappingURL=serialize.d.ts.map