/** * params.js */ export declare const hashes: { [index: string]: { nodeName: string; hashSize: number; maxInput: number; }; };