export { type SlugOptions, default as slug } from "./slug"; export declare function randomInt(min?: number, max?: number): number;