export type NewId = () => string; export declare function uuid(): NewId; export declare function incrementing(): NewId; //# sourceMappingURL=IdGenerator.d.ts.map