/** * Calculates the metadata hash. Uses the keys to determine which fields of the metadata object will be used for the result. * @public */ export declare function keccak256Hash(metadata: Record, keys: string[]): string; //# sourceMappingURL=ADR62.d.ts.map