import { BinaryLike } from 'crypto';
export declare const oneWayHash: (payload: BinaryLike) => string;
