//#region src/utils/nanoid.d.ts declare function nanoid(size?: number): string; //#endregion export { nanoid };