export declare function hash(strings: readonly string[], ...params: unknown[]): Promise; export declare function stringHash(string: string): Promise; export declare function nameHash(name: string): Promise;