import { Type } from "@chainsafe/ssz"; import { Domain } from "@lodestar/types"; /** * Return the signing root of an object by calculating the root of the object-domain tree. */ export declare function computeSigningRoot(type: Type, sszObject: T, domain: Domain): Uint8Array; //# sourceMappingURL=signingRoot.d.ts.map