export declare function hexId(bytes?: number): string;
/** @deprecated renamed to `hexId` */
export declare const generate_id: typeof hexId;
