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