export declare function hash_to_scalar(buf: string): string;
export declare function hash_to_ec(key: string): string;
export declare function hash_to_ec_2(key: string): string;
export declare const hashToPoint: typeof hash_to_ec_2;
export declare function array_hash_to_scalar(array: string[]): string;
//# sourceMappingURL=hash_ops.d.ts.map