/** * An (absolutely not cryptographically secure) random integer > 0. */ export declare function randomId(): number;