declare function nextId(scope?: string): any; declare function guid(separator?: string): string; export declare const idgenerator: { nextId: typeof nextId; guid: typeof guid; }; export {}; //# sourceMappingURL=index.d.ts.map