//#region src/utils/uid.d.ts declare function uid(length?: number): string; //#endregion export { uid }; //# sourceMappingURL=uid.d.ts.map