import { Arrayish } from './types'; export declare function namehash(name: string): string; export declare function id(text: string): string; export declare function hashMessage(message: Arrayish | string): string; //# sourceMappingURL=hash.d.ts.map