import { type Action, type Graph } from './types.js';
import { type Keyring, type KeysetWithSecrets } from 'keyset/index.js';
export declare const serialize: (graph: Graph) => Buffer;
export declare const deserialize: (serialized: Uint8Array, keys: KeysetWithSecrets | Keyring) => Graph;
//# sourceMappingURL=serialize.d.ts.map