export declare const DEVICE_ID_LENGTH = 25; /** Generates a random sequence of base 36 characters to the specified length */ export declare const generateBase36Id: (idLength?: number) => string; //# sourceMappingURL=base36.d.ts.map