// Type definitions for cuid // Project: https://github.com/ericelliott/cuid // Definitions by: Dave Keen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function cuid(): string; export = cuid