/// <reference types="node" />
import { Hash } from "crypto";
export declare function sidStringify(obj: any): string;
export declare function hashSidStringify(sha256: Hash, obj: any): Hash;
