import type { ProvableHashable } from '../crypto/poseidon.js';
export { RandomId };
declare const RandomId: ProvableHashable<number>;
