export const urlAlphabet: "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
export function random(bytes: any): Uint8Array<any>;
export function customRandom(alphabet: any, defaultSize: any, getRandom: any): (size?: any) => string;
export function customAlphabet(alphabet: any, size?: number): (size?: any) => string;
export function nanoid(size?: number): string;
