declare const _default: {
    pHashDistance: (firstHash: string, secondHash: string) => number | Error;
};
export default _default;
