import type { IdGenerator } from './types'; export declare const setSkipHashing: (skip: boolean) => void; export declare const hash: IdGenerator;